123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "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",
- "logo_small": "/assets/favicon/mstile-144x144.png",
- "sitename": "Musare",
- "footerLinks": {
- "GitHub": "https://github.com/Musare/Musare"
- },
- "mediasession": false,
- "christmas": false,
- "registrationDisabled": false
- },
- "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
- // }
- // },
- "debug": {
- "git": {
- "remote": false,
- "remoteUrl": false,
- "branch": true,
- "latestCommit": true,
- "latestCommitShort": true
- },
- "version": true
- },
- "skipConfigVersionCheck": false,
- "configVersion": 11
- }
|