template.json 666 B

1234567891011121314151617181920212223242526
  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. "cookie": {
  11. "domain": "localhost",
  12. "secure": false,
  13. "SIDname": "SID"
  14. },
  15. "siteSettings": {
  16. "logo_white": "/assets/white_wordmark.png",
  17. "logo_blue": "/assets/blue_wordmark.png",
  18. "sitename": "Musare",
  19. "github": "https://github.com/Musare/MusareNode"
  20. },
  21. "messages": {
  22. "accountRemoval": "Your account will be deactivated instantly and your data will shortly be deleted by an admin."
  23. },
  24. "skipConfigVersionCheck": false,
  25. "configVersion": 3
  26. }