default.json 925 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "team_name": "My Open Spacedeck",
  3. "contact_email": "support@example.org",
  4. "endpoint": "http://localhost:9666",
  5. "storage_region": "eu-central-1",
  6. //"storage_bucket": "sdeck-development",
  7. //"storage_cdn": "http://localhost:9123/sdeck-development",
  8. //"storage_endpoint": "http://storage:9000",
  9. "storage_bucket": "my_spacedeck_bucket",
  10. "storage_cdn": "/storage",
  11. "storage_local_path": "./storage",
  12. "redis_mock": true,
  13. "mongodb_host": "localhost",
  14. "redis_host": "localhost",
  15. "google_access" : "",
  16. "google_secret" : "",
  17. "admin_pass": "very_secret_admin_password",
  18. "phantom_api_secret": "very_secret_phantom_password",
  19. // Choose "console" or "smtp"
  20. "mail_provider": "smtp",
  21. "mail_smtp_host": "your.smtp.host",
  22. "mail_smtp_port": 465,
  23. "mail_smtp_secure": true,
  24. "mail_smtp_require_tls": true,
  25. "mail_smtp_user": "your.smtp.user",
  26. "mail_smtp_pass": "your.secret.smtp.password"
  27. }