template.json 1.2 KB

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