39 lines
1.2 KiB
Django/Jinja
39 lines
1.2 KiB
Django/Jinja
{
|
|
"production": {
|
|
"domain": "codimd.auro.re",
|
|
"debug": false,
|
|
"port": 8080,
|
|
"useSSL": false,
|
|
"protocolUseSSL": true,
|
|
"useCDN": false,
|
|
"csp": {
|
|
"enable": true,
|
|
"directives": {
|
|
},
|
|
"upgradeInsecureRequests": "auto",
|
|
"addDefaults": true
|
|
},
|
|
"db": {
|
|
"username": "codimd",
|
|
"password": "{{ postgresql_codimd_passwd }}",
|
|
"database": "codimd",
|
|
"host": "{{ postgresql_services_url }}",
|
|
"port": "5432",
|
|
"dialect": "postgres"
|
|
},
|
|
"email": false,
|
|
"ldap": {
|
|
"url": "{{ ldap_master_uri }}",
|
|
"bindDn": "{{ ldap_codimd_bind_dn }}",
|
|
"bindCredentials": "{{ ldap_codimd_password }}",
|
|
"searchBase": "cn=Utilisateurs,dc=auro,dc=re",
|
|
"searchFilter": "(uid={% raw %}{{username}}{% endraw %})",
|
|
"searchAttributes": ["uid", "givenName", "mail"],
|
|
"usernameField": "uid",
|
|
"useridField": "uid",
|
|
"providerName": "Compte Aurore"
|
|
},
|
|
"allowFreeURL": true
|
|
}
|
|
}
|
|
|