template.json 428 B

1234567891011121314151617181920
  1. {
  2. "recaptcha": {
  3. "key": "",
  4. "enabled": false
  5. },
  6. "serverDomain": "http://localhost:8080",
  7. "frontendDomain": "http://localhost",
  8. "frontendPort": "81",
  9. "cookie": {
  10. "domain": "localhost",
  11. "secure": false,
  12. "SIDname": "SID"
  13. },
  14. "siteSettings": {
  15. "logo_white": "/assets/white_wordmark.png",
  16. "logo_blue": "/assets/blue_wordmark.png",
  17. "siteName": "Musare",
  18. "github": "https://github.com/Musare/MusareNode"
  19. }
  20. }