summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-01-21 12:09:56 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-01-21 12:09:56 -0300
commitaa68caa8f043008728ddd0cb34c9bcd29fd9638a (patch)
treeb31febda77c452f61b966e9dd0491086c557c6b6 /config
parent507fbeb068ac168868ef00bd1f40d3ba4d17c884 (diff)
downloadchat-aa68caa8f043008728ddd0cb34c9bcd29fd9638a.tar.gz
chat-aa68caa8f043008728ddd0cb34c9bcd29fd9638a.tar.bz2
chat-aa68caa8f043008728ddd0cb34c9bcd29fd9638a.zip
Remove settings from config.json
Diffstat (limited to 'config')
-rw-r--r--config/config.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/config/config.json b/config/config.json
index 907b66828..076f795cc 100644
--- a/config/config.json
+++ b/config/config.json
@@ -107,28 +107,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