config.json 546 B

1234567891011121314151617181920212223242526
  1. {
  2. "title": "Gancio",
  3. "description": "A shared agenda for local communities",
  4. "baseurl": "https://www.campiinrete.org/",
  5. "server": {
  6. "host": "0.0.0.0",
  7. "port": 13120
  8. },
  9. "db": {
  10. "dialect": "sqlite",
  11. "storage": "/tmp/db.sqlite"
  12. },
  13. "upload_path": "/opt/gancio/uploads",
  14. "favicon": "../dist/favicon.ico",
  15. "smtp": {
  16. "auth": {
  17. "user": "smtp@campiinrete.org",
  18. "pass":
  19. },
  20. "secure": true,
  21. "host": "https://www.campiinrete.org"
  22. },
  23. "admin_email": "gancio@campiinrete.org",
  24. "secret":
  25. }