summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorWu Cheng-Han2017-03-23 20:00:48 +0800
committerWu Cheng-Han2017-03-23 20:00:48 +0800
commitdde6e622a4de07059a417436c42ce4df44aa43f7 (patch)
tree299ee4f987873fc16b5d0025211a1b1f9fbb5dd9 /app.json
parent7e3b74d0da9d06636fb2e96efff7912127b1ad5d (diff)
Fix front-end constants generation not getting config properly
Diffstat (limited to 'app.json')
-rw-r--r--app.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/app.json b/app.json
index d1ec71ff..0ed11d76 100644
--- a/app.json
+++ b/app.json
@@ -101,6 +101,10 @@
"description": "Dropbox API client secret",
"required": false
},
+ "HMD_DROPBOX_APP_KEY": {
+ "description": "Dropbox app key (for import/export)",
+ "required": false
+ },
"HMD_GOOGLE_CLIENTID": {
"description": "Google API client id",
"required": false
@@ -109,6 +113,10 @@
"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