summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-05-16 01:59:35 +0200
committerGitHub2018-05-16 01:59:35 +0200
commit42b0965550cf66fe6244246ff0bbfbd88f93a53e (patch)
tree17b380f2a2a137c10b3248f79415de7d794579a5 /app.js
parentb8e7c4b97a2a8369c9f1989352dec65867d838ac (diff)
parentad69c5017b28f333bb5ed9a3ee20d95c92d7c046 (diff)
Merge pull request #825 from SISheogorath/remove/GoogleDrive
Removing google drive integration
Diffstat (limited to 'app.js')
-rw-r--r--app.js2
1 files changed, 0 insertions, 2 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
}