summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorJason Croft2016-05-09 16:27:35 -0400
committerJason Croft2016-05-09 16:27:35 -0400
commit079822dfecfba659a491034c447c679dab2424c7 (patch)
tree9b3d327c63b49f729ae56fd40c6408e24cc81e2c /config.json
parent8e8a5e1ecb37f1464b8d7c688a220e2d1436476f (diff)
Start extending to support GitLab authentication.
Add necessary dependency. Add baseURL parameter for self-hosted GitLab Add necessary require. Add block for GitLab auth. Fix typo Update font-awesome dependency for GitLab icon. Use a color closer to GitLab orange. More direct TODO
Diffstat (limited to 'config.json')
-rw-r--r--config.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.json b/config.json
index 16ad258b..c65e9c7c 100644
--- a/config.json
+++ b/config.json
@@ -32,6 +32,11 @@
"clientID": "change this",
"clientSecret": "change this"
},
+ "gitlab": {
+ "baseURL": "change this",
+ "clientID": "change this",
+ "clientSecret": "change this"
+ },
"dropbox": {
"clientID": "change this",
"clientSecret": "change this"