{ "mode": "development", "secret": "default", "domain": "http://localhost", "frontendPort": 80, "serverDomain": "http://localhost:8080", "serverPort": 8080, "registrationDisabled": true, "isDocker": true, "fancyConsole": true, "apis": { "youtube": { "key": "" }, "recaptcha": { "secret": "", "enabled": false }, "github": { "client": "", "secret": "", "redirect_uri": "" }, "mailgun": { "key": "", "domain": "", "enabled": false }, "discogs": { "client": "", "secret": "", "enabled": false } }, "cors": { "origin": [ "http://localhost", "http://192.168.99.100", "http://dev.musare.com" ] }, "redis": { "url": "redis://redis:6379/0", "password": "PASSWORD" }, "mongo": { "url": "mongodb://musare:OTHER_PASSWORD_HERE@mongo:27017/musare" }, "cookie": { "domain": "localhost", "secure": false, "SIDname": "SID" }, "debug": { "stationIssue": false, "traceUnhandledPromises": false, "captureJobs": [] }, "defaultLogging": { "hideType": [ "INFO" ], "blacklistedTerms": [ ] }, "customLoggingPerModule": { // "cache": { // "hideType": [ // ], // "blacklistedTerms": [] // } } }