{ "migration": false, "secret": "default", "port": 8080, "url": { "host": "localhost", "secure": false }, "cookie": "SID", "sitename": "Musare", "apis": { "youtube": { "key": "", "rateLimit": 500, "requestTimeout": 5000, "retryAmount": 2, "quotas": [ { "type": "QUERIES_PER_DAY", "title": "Queries Per Day", "limit": 10000 }, { "type": "QUERIES_PER_MINUTE", "title": "Queries Per Minute", "limit": 1800000 }, { "type": "QUERIES_PER_100_SECONDS", "title": "Queries Per 100 Seconds", "limit": 3000000 } ] }, "spotify": { "enabled": false, "clientId": "", "clientSecret": "", "rateLimit": 500, "requestTimeout": 5000, "retryAmount": 2 }, "soundcloud": { "rateLimit": 500, "requestTimeout": 5000, "retryAmount": 2 }, "recaptcha": { "enabled": false, "key": "", "secret": "" }, "github": { "enabled": false, "client": "", "secret": "", "redirect_uri": "" }, "discogs": { "enabled": false, "client": "", "secret": "" } }, "cors": { "origin": ["http://localhost"] }, "mail": { "from": "Musare ", "smtp": { "enabled": false, "host": "smtp.mailgun.org", "port": 587, "auth": { "user": "", "pass": "" }, "secure": false } }, "redis": { "url": "redis://redis:6379/0", "password": "PASSWORD" }, "mongo": { "url": "mongodb://musare:OTHER_PASSWORD_HERE@mongo:27017/musare" }, "blacklistedCommunityStationNames": ["musare"], "featuredPlaylists": [], "messages": { "accountRemoval": "Your account will be deactivated instantly and your data will shortly be deleted by an admin." }, "christmas": false, "footerLinks": { "about": true, "team": true, "news": true, "GitHub": "https://github.com/Musare/Musare" }, "shortcutOverrides": {}, "registrationDisabled": false, "sendDataRequestEmails": true, "skipConfigVersionCheck": false, "skipDbDocumentsVersionCheck": false, "debug": { "stationIssue": false, "traceUnhandledPromises": false, "captureJobs": [], "git": { "remote": false, "remoteUrl": false, "branch": true, "latestCommit": true, "latestCommitShort": true }, "version": true }, "defaultLogging": { "hideType": ["INFO"], "blacklistedTerms": [] }, "customLoggingPerModule": { "migration": { "hideType": [], "blacklistedTerms": [ "Ran job", "Running job", "Queuing job", "Pausing job", "is queued", "is re-queued", "Requeing" ] } }, "experimental": { "weight_stations": {}, "queue_autofill_skip_last_x_played": {}, "queue_add_before_autofilled": [], "disable_youtube_search": false, "registration_email_whitelist": false, "changable_listen_mode": [], "media_session": false, "station_history": false, "soundcloud": false, "spotify": false }, "configVersion": 12 }