Fix front-end constants generation not getting config properly

This commit is contained in:
Wu Cheng-Han
2017-03-23 20:00:48 +08:00
parent 7e3b74d0da
commit dde6e622a4
3 changed files with 17 additions and 3 deletions

View File

@@ -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