template.json 519 B

1234567891011121314151617181920212223
  1. {
  2. "recaptcha": {
  3. "key": ""
  4. },
  5. "serverDomain": "http://localhost:8080",
  6. "frontendDomain": "http://localhost",
  7. "frontendPort": "81",
  8. "cookie": {
  9. "domain": "localhost",
  10. "secure": false,
  11. "SIDname": "SID"
  12. },
  13. "siteSettings": {
  14. "logo": "/assets/wordmark.png",
  15. "siteName": "Musare",
  16. "socialLinks": {
  17. "github": "https://github.com/Musare/MusareNode",
  18. "twitter": "https://twitter.com/MusareApp",
  19. "facebook": "https://facebook.com/MusareMusic/",
  20. "discord": "https://discord.gg/Y5NxYGP"
  21. }
  22. }
  23. }