template.json 499 B

12345678910111213141516171819202122
  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. },
  12. "siteSettings": {
  13. "logo": "/assets/wordmark.png",
  14. "siteName": "Musare",
  15. "socialLinks": {
  16. "github": "https://github.com/Musare/MusareNode",
  17. "twitter": "https://twitter.com/MusareApp",
  18. "facebook": "https://facebook.com/MusareMusic/",
  19. "discord": "https://discord.gg/Y5NxYGP"
  20. }
  21. }
  22. }