template.json 875 B

123456789101112131415161718192021222324252627282930313233343536
  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. // "shortcutOverrides": {
  26. // "editSong.useAllDiscogs": {
  27. // "keyCode": 68,
  28. // "ctrl": true,
  29. // "alt": true,
  30. // "shift": false,
  31. // "preventDefault": true
  32. // }
  33. // },
  34. "skipConfigVersionCheck": false,
  35. "configVersion": 7
  36. }