summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorWu Cheng-Han2017-03-14 18:04:23 +0800
committerWu Cheng-Han2017-03-14 18:04:23 +0800
commit506a381eca5e2bdc31d3529ecd3f1f7797551406 (patch)
tree99e91e926d3a30a2ecba7c5b3ef7af47efd08cfe /app.json
parentbaf13072c1eedf5bb8ba126059043241d104a99a (diff)
Add config option for gitlab api scope and auto adapt gitlab snippet feature on it
Diffstat (limited to 'app.json')
-rw-r--r--app.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/app.json b/app.json
index 6025bba9..d1ec71ff 100644
--- a/app.json
+++ b/app.json
@@ -89,6 +89,10 @@
"description": "GitLab API client secret",
"required": false
},
+ "HMD_GITLAB_SCOPE": {
+ "description": "GitLab API client scope (optional)",
+ "required": false
+ },
"HMD_DROPBOX_CLIENTID": {
"description": "Dropbox API client id",
"required": false