{ "mode": "development", "migration": false, "secret": "default", "domain": "http://localhost", "frontendPort": 80, "serverDomain": "http://localhost/backend", "serverPort": 8080, "registrationDisabled": true, "fancyConsole": true, "apis": { "youtube": { "key": "", "rateLimit": 500, "requestTimeout": 5000 }, "recaptcha": { "secret": "", "enabled": false }, "github": { "client": "", "secret": "", "redirect_uri": "" }, "discogs": { "client": "", "secret": "", "enabled": false } }, "cors": { "origin": [ "http://localhost" ] }, "smtp": { "host": "smtp.mailgun.org", "port": 587, "auth": { "user": "", "pass": "" }, "secure": false, "enabled": false }, "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" }, "skipConfigVersionCheck": false, "skipDbDocumentsVersionCheck": false, "debug": { "stationIssue": false, "traceUnhandledPromises": false, "captureJobs": [] }, "defaultLogging": { "hideType": [ "INFO" ], "blacklistedTerms": [] }, "customLoggingPerModule": { // "cache": { // "hideType": [ // ], // "blacklistedTerms": [] // }, "migration": { "hideType": [], "blacklistedTerms": [ "Ran job", "Running job", "Queuing job", "Pausing job", "is queued", "is re-queued", "Requeing" ] } }, "configVersion": 2 }