{ "production": { "urlAddPort": false, "email": false, "db": { "username": "hackmd", "password": "hackmdpass", "database": "hackmd", "host": "hackmdPostgres", "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 } }