docker-ovh/codimd/resources/config.json

33 lines
1,018 B
JSON
Raw Normal View History

2019-07-22 11:42:17 +02:00
{
"production": {
"urlAddPort": false,
"email": false,
"db": {
2019-07-22 12:47:48 +02:00
"username": "codimd",
"password": "codimdpass",
"database": "codimd",
"host": "database",
2019-07-22 11:42:17 +02:00
"port": "5432",
"dialect": "postgres"
},
"imageUploadType": "filesystem",
"domain": "codimd.auro.re",
"debug": false,
"useSSL": false,
"protocolUseSSL": true,
"useCDN": false,
"ldap": {
"url": "ldap://10.128.0.11",
"bindDn": "cn=codimd,ou=service-users,dc=auro,dc=re",
"bindCredentials": "CHANGE ME IN PRODUCTION, I WILL DIFFER !",
"searchBase": "cn=Utilisateurs,dc=auro,dc=re",
"searchFilter": "(uid={{username}})",
"searchAttributes": ["uid", "givenName", "mail"],
"usernameField": "uid",
"useridField": "uid",
"providerName": "Compte Aurore"
},
"allowFreeURL": true
}
}