From a3876dfc9292cb8d96d00c045ef2bb1a517a85a5 Mon Sep 17 00:00:00 2001 From: Jason Croft Date: Mon, 9 May 2016 18:31:49 -0400 Subject: 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 --- config.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.json') 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" -- cgit v1.2.3