template.json 945 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "recaptcha": {
  3. "key": "",
  4. "enabled": false
  5. },
  6. "backend": {
  7. "apiDomain": "http://localhost/backend",
  8. "websocketsDomain": "ws://localhost/backend/ws"
  9. },
  10. "devServer": {
  11. "port": "81",
  12. "webSocketURL": "ws://localhost/ws"
  13. },
  14. "frontendDomain": "http://localhost",
  15. "mode": "development",
  16. "cookie": {
  17. "domain": "localhost",
  18. "secure": false,
  19. "SIDname": "SID"
  20. },
  21. "siteSettings": {
  22. "logo_white": "/assets/white_wordmark.png",
  23. "logo_blue": "/assets/blue_wordmark.png",
  24. "sitename": "Musare",
  25. "github": "https://github.com/Musare/MusareNode"
  26. },
  27. "messages": {
  28. "accountRemoval": "Your account will be deactivated instantly and your data will shortly be deleted by an admin."
  29. },
  30. // "shortcutOverrides": {
  31. // "editSong.useAllDiscogs": {
  32. // "keyCode": 68,
  33. // "ctrl": true,
  34. // "alt": true,
  35. // "shift": false,
  36. // "preventDefault": true
  37. // }
  38. // },
  39. "skipConfigVersionCheck": false,
  40. "configVersion": 7
  41. }