{ "recaptcha": { "key": "", "enabled": false }, "backend": { "apiDomain": "http://localhost/backend", "websocketsDomain": "ws://localhost/backend/ws" }, "devServer": { "port": "81", "webSocketURL": "ws://localhost/ws" }, "frontendDomain": "http://localhost", "mode": "development", "cookie": { "domain": "localhost", "secure": false, "SIDname": "SID" }, "siteSettings": { "logo_white": "/assets/white_wordmark.png", "logo_blue": "/assets/blue_wordmark.png", "sitename": "Musare", "github": "https://github.com/Musare/MusareNode" }, "messages": { "accountRemoval": "Your account will be deactivated instantly and your data will shortly be deleted by an admin." }, // "shortcutOverrides": { // "editSong.useAllDiscogs": { // "keyCode": 68, // "ctrl": true, // "alt": true, // "shift": false, // "preventDefault": true // } // }, "skipConfigVersionCheck": false, "configVersion": 8 }