template.json 1.1 KB

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