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