summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorJason Croft2016-05-09 18:31:49 -0400
committerJason Croft2016-05-11 21:02:53 -0400
commita3876dfc9292cb8d96d00c045ef2bb1a517a85a5 (patch)
tree26ad2149374ee92e4ef1ba523b09dbe398a84091 /config.json
parent4aa4e3eacc36ae54c49ac94cf40594f33c4d9b1d (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"