summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-05-16 01:31:50 +0200
committerGitHub2018-05-16 01:31:50 +0200
commit6d44ded2693bcc6685f6399a22694f1cd6f321b0 (patch)
tree70ed638644cc5002d97db46ba9d9254a3658e765 /app.js
parente4e198c81909949ade36ba37b2b36ddf415c8bb6 (diff)
Revert "Workaround Google API problems"
Diffstat (limited to 'app.js')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index 63b880c7..fcf905d5 100644
--- a/app.js
+++ b/app.js
@@ -33,7 +33,7 @@ var data = {
urlpath: config.urlPath,
debug: config.debug,
version: config.version,
- GOOGLE_API_KEY: config.google.apiKey,
+ GOOGLE_API_KEY: config.google.clientSecret,
GOOGLE_CLIENT_ID: config.google.clientID,
DROPBOX_APP_KEY: config.dropbox.appKey,
allowedUploadMimeTypes: config.allowedUploadMimeTypes