1234567891011121314151617181920 |
- {
- "recaptcha": {
- "key": "",
- "enabled": false
- },
- "serverDomain": "http://localhost:8080",
- "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"
- }
- }
|