summaryrefslogtreecommitdiffstats
path: root/config/config.json
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-21 20:38:31 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-21 20:38:31 -0700
commitafcff9b301ed45687ab7021709af8b2cf338355b (patch)
tree55f8c51b6c012e5663b77bd88e202f4aa21a3d9c /config/config.json
parente78c79b83213efc40bffc5ef42071fedb85d6061 (diff)
downloadchat-afcff9b301ed45687ab7021709af8b2cf338355b.tar.gz
chat-afcff9b301ed45687ab7021709af8b2cf338355b.tar.bz2
chat-afcff9b301ed45687ab7021709af8b2cf338355b.zip
Fixing unit tests
Diffstat (limited to 'config/config.json')
-rw-r--r--config/config.json18
1 files changed, 8 insertions, 10 deletions
diff --git a/config/config.json b/config/config.json
index e1907152b..108271bca 100644
--- a/config/config.json
+++ b/config/config.json
@@ -84,15 +84,13 @@
"ShowEmailAddress": true,
"ShowFullName": true
},
- "SSOSettings": {
- "gitlab": {
- "Allow": false,
- "Secret": "",
- "Id": "",
- "Scope": "",
- "AuthEndpoint": "",
- "TokenEndpoint": "",
- "UserApiEndpoint": ""
- }
+ "GitLabSSOSettings": {
+ "Allow": false,
+ "Secret": "",
+ "Id": "",
+ "Scope": "",
+ "AuthEndpoint": "",
+ "TokenEndpoint": "",
+ "UserApiEndpoint": ""
}
} \ No newline at end of file