template.json 690 B

123456789101112131415161718192021222324252627
  1. {
  2. "recaptcha": {
  3. "key": "",
  4. "enabled": false
  5. },
  6. "apiDomain": "http://localhost/backend",
  7. "websocketsDomain": "ws://localhost/backend/ws",
  8. "frontendDomain": "http://localhost",
  9. "frontendPort": "81",
  10. "mode": "development",
  11. "cookie": {
  12. "domain": "localhost",
  13. "secure": false,
  14. "SIDname": "SID"
  15. },
  16. "siteSettings": {
  17. "logo_white": "/assets/white_wordmark.png",
  18. "logo_blue": "/assets/blue_wordmark.png",
  19. "sitename": "Musare",
  20. "github": "https://github.com/Musare/MusareNode"
  21. },
  22. "messages": {
  23. "accountRemoval": "Your account will be deactivated instantly and your data will shortly be deleted by an admin."
  24. },
  25. "skipConfigVersionCheck": false,
  26. "configVersion": 6
  27. }