123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- {
- "configVersion": 12,
- "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
- }
- ],
- "maxPlaylistPages": 20
- },
- "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": []
- },
- "mail": {
- "enabled": false,
- "from": "",
- "smtp": {
- "host": "",
- "port": 587,
- "auth": {
- "user": "",
- "pass": ""
- },
- "secure": false
- }
- },
- "redis": {
- "url": "redis://redis:6379/0",
- "password": "PASSWORD"
- },
- "mongo": {
- "user": "musare",
- "password": "OTHER_PASSWORD_HERE",
- "host": "mongo",
- "port": 27017,
- "database": "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
- }
- }
|