summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-01-24 17:19:40 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-01-24 17:19:40 -0300
commite428269b1a7d75a17f5b94c21e624be8c8cb35ba (patch)
tree2d08f884b05da8c9664202eacbe596a776e8e579
parent470349d105642d7a293983a8a1f8a369dc789621 (diff)
downloadchat-e428269b1a7d75a17f5b94c21e624be8c8cb35ba.tar.gz
chat-e428269b1a7d75a17f5b94c21e624be8c8cb35ba.tar.bz2
chat-e428269b1a7d75a17f5b94c21e624be8c8cb35ba.zip
Remove enterprise configs
-rw-r--r--config/config.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/config/config.json b/config/config.json
index c620262a9..d83eea0e1 100644
--- a/config/config.json
+++ b/config/config.json
@@ -109,28 +109,5 @@
"AuthEndpoint": "",
"TokenEndpoint": "",
"UserApiEndpoint": ""
- },
- "GoogleSettings": {
- "Enable": false,
- "Secret": "",
- "Id": "",
- "Scope": "",
- "AuthEndpoint": "",
- "TokenEndpoint": "",
- "UserApiEndpoint": ""
- },
- "LdapSettings": {
- "Enable": false,
- "LdapServer": null,
- "LdapPort": 389,
- "BaseDN": null,
- "BindUsername": null,
- "BindPassword": null,
- "FirstNameAttribute": null,
- "LastNameAttribute": null,
- "EmailAttribute": null,
- "UsernameAttribute": null,
- "IdAttribute": null,
- "QueryTimeout": 60
}
} \ No newline at end of file