Merge branch 'frontend-next' into t216-refactor-common

This commit is contained in:
Yukai Huang
2017-01-15 11:33:22 +08:00
18 changed files with 306 additions and 69 deletions

View File

@@ -53,6 +53,18 @@
"clientSecret": "change this",
"apiKey": "change this"
},
"ldap": {
"url": "ldap://change_this",
"bindDn": null,
"bindCredentials": null,
"tokenSecret": "change this",
"searchBase": "change this",
"searchFilter": "change this",
"searchAttributes": "change this",
"tlsOptions": {
"changeme": "See https://nodejs.org/api/tls.html#tls_tls_connect_options_callback"
}
},
"imgur": {
"clientID": "change this"
}