1234567891011121314151617181920212223 |
- {
- "recaptcha": {
- "key": "",
- "enabled": false
- },
- "apiDomain": "http://localhost:8080",
- "websocketsDomain": "ws://localhost:8080/ws",
- "frontendDomain": "http://localhost",
- "frontendPort": "81",
- "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"
- },
- "skipConfigVersionCheck": false,
- "configVersion": 2
- }
|