template.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. "footerLinks": {
  26. "GitHub": "https://github.com/Musare/Musare"
  27. },
  28. "mediasession": false,
  29. "christmas": false,
  30. "registrationDisabled": false
  31. },
  32. "messages": {
  33. "accountRemoval": "Your account will be deactivated instantly and your data will shortly be deleted by an admin."
  34. },
  35. // "shortcutOverrides": {
  36. // "editSong.useAllDiscogs": {
  37. // "keyCode": 68,
  38. // "ctrl": true,
  39. // "alt": true,
  40. // "shift": false,
  41. // "preventDefault": true
  42. // }
  43. // },
  44. "debug": {
  45. "git": {
  46. "remote": false,
  47. "remoteUrl": false,
  48. "branch": true,
  49. "latestCommit": true,
  50. "latestCommitShort": true
  51. },
  52. "version": true
  53. },
  54. "skipConfigVersionCheck": false,
  55. "configVersion": 10
  56. }