default.template.json 766 B

12345678910111213141516171819202122232425262728
  1. {
  2. "endpoint": "https://board.kaleidos.net/",
  3. "storage_region": "eu-central-1",
  4. "storage_bucket": "my_spacedeck_bucket",
  5. "storage_cdn": "/storage",
  6. "storage_local_path": "/app/data/storage",
  7. "redis_mock": true,
  8. "mongodb_host": "localhost",
  9. "redis_host": "localhost",
  10. "google_access" : "",
  11. "google_secret" : "",
  12. "admin_pass": "very_secret_admin_password",
  13. "phantom_api_secret": "very_secret_phantom_password",
  14. "mail_provider": "smtp",
  15. "mail_smtp_host": "##MAIL_SMTP_SERVER",
  16. "mail_smtp_port": ##MAIL_SMTP_PORT,
  17. "mail_smtp_secure": false,
  18. "mail_smtp_require_tls": false,
  19. "mail_smtp_user": "##MAIL_SMTP_USERNAME",
  20. "mail_smtp_pass": "##MAIL_SMTP_PASSWORD",
  21. "contact_email": "##MAIL_FROM",
  22. "team_name": "Kaleidos Spacedec"
  23. }