From 506a381eca5e2bdc31d3529ecd3f1f7797551406 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Tue, 14 Mar 2017 18:04:23 +0800 Subject: Add config option for gitlab api scope and auto adapt gitlab snippet feature on it --- app.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app.json') 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 -- cgit v1.2.3