summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app.js2
-rw-r--r--app.json4
2 files changed, 0 insertions, 6 deletions
diff --git a/app.js b/app.js
index fcf905d5..8f9300f2 100644
--- a/app.js
+++ b/app.js
@@ -33,8 +33,6 @@ var data = {
urlpath: config.urlPath,
debug: config.debug,
version: config.version,
- GOOGLE_API_KEY: config.google.clientSecret,
- GOOGLE_CLIENT_ID: config.google.clientID,
DROPBOX_APP_KEY: config.dropbox.appKey,
allowedUploadMimeTypes: config.allowedUploadMimeTypes
}
diff --git a/app.json b/app.json
index 54ce160e..36877e68 100644
--- a/app.json
+++ b/app.json
@@ -136,10 +136,6 @@
"description": "Google API client secret",
"required": false
},
- "HMD_GOOGLE_API_KEY": {
- "description": "Google API key (for import/export)",
- "required": false
- },
"HMD_IMGUR_CLIENTID": {
"description": "Imgur API client id",
"required": false