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. "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. "debug": {
  39. "git": {
  40. "remote": false,
  41. "remoteUrl": false,
  42. "branch": true,
  43. "latestCommit": true,
  44. "latestCommitShort": true
  45. },
  46. "version": true
  47. },
  48. "skipConfigVersionCheck": false,
  49. "configVersion": 13,
  50. "experimental": {
  51. "changable_listen_mode": [
  52. "STATION_ID"
  53. ],
  54. "disable_youtube_search": true
  55. }
  56. }