summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-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