template.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. "githubAuthentication": false
  33. },
  34. "messages": {
  35. "accountRemoval": "Your account will be deactivated instantly and your data will shortly be deleted by an admin."
  36. },
  37. // "shortcutOverrides": {
  38. // "editSong.useAllDiscogs": {
  39. // "keyCode": 68,
  40. // "ctrl": true,
  41. // "alt": true,
  42. // "shift": false,
  43. // "preventDefault": true
  44. // }
  45. // },
  46. "debug": {
  47. "git": {
  48. "remote": false,
  49. "remoteUrl": false,
  50. "branch": true,
  51. "latestCommit": true,
  52. "latestCommitShort": true
  53. },
  54. "version": true
  55. },
  56. "skipConfigVersionCheck": false,
  57. "configVersion": 13
  58. }