template.json 1.2 KB

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