{ "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": null, "bindCredentials": null, "searchBase": "change this", "searchFilter": "change this", "searchAttributes": ["change this"], "usernameField": "change this e.g. cn", "useridField": "change this e.g. uid" }, "allowFreeURL": true } }