summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-07-22 15:05:20 -0400
committerJoramWilander <jwawilander@gmail.com>2015-07-22 15:05:20 -0400
commit41bbbbf4462205348c978a2cce5162f73e35f6b7 (patch)
treefe49bc9d99b34a8e99787af29606b8c5af23c42c /config
parent44cfa364fd3c328523054d8ee2221d6019ad6de1 (diff)
downloadchat-41bbbbf4462205348c978a2cce5162f73e35f6b7.tar.gz
chat-41bbbbf4462205348c978a2cce5162f73e35f6b7.tar.bz2
chat-41bbbbf4462205348c978a2cce5162f73e35f6b7.zip
add changes from team review
Diffstat (limited to 'config')
-rw-r--r--config/config.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/config.json b/config/config.json
index 84e675a72..14fd6e593 100644
--- a/config/config.json
+++ b/config/config.json
@@ -25,12 +25,12 @@
},
"SSOSettings": {
"gitlab": {
- "Allow": true,
- "Secret" : "0495d3d6e528d91ba46605622a3645a8409ac5971ee287b1c3a6519fe27e6f6a",
- "Id": "87a4aeb746c67e87a54df78f6eccf85229dd30a3a797bfdb423b82ba4e749cd0",
- "AuthEndpoint": "http://dockerhost:8080/oauth/authorize",
- "TokenEndpoint": "http://dockerhost:8080/oauth/token",
- "UserApiEndpoint": "http://dockerhost:8080/api/v3/user"
+ "Allow": false,
+ "Secret" : "",
+ "Id": "",
+ "AuthEndpoint": "<yourgitlabdomain>/oauth/authorize",
+ "TokenEndpoint": "<yourgitlabdomain>/oauth/token",
+ "UserApiEndpoint": "<yourgitlabdomain>/api/v3/user"
}
},
"SqlSettings": {