Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "team_name": "My Open Spacedeck",
- "contact_email": "[email protected]",
- "host": "::",
- "port": 9666,
- "endpoint": "http://localhost:9666",
- "invite_code": "top-sekrit",
- "storage_dialect": "sqlite",
- "storage_host": "localhost",
- "storage_database": "spacedeck",
- "storage_username": "username",
- "storage_password": "password",
- "storage_local_path": "/volume2/Docker_v2/spacedeck/storage",
- "storage_local_db": "/volume2/Docker_v2/spacedeck/database/database.sqlite",
- "storage_region": "eu-central-1",
- "storage_endpoint": "http://localhost:4572",
- "storage_bucket": "my_spacedeck_bucket",
- "storage_cdn": "/storage",
- "mongodb_host": "mongo",
- "mongodb_port": 27017,
- "mongodb_database": "spacedeck",
- "redis_mock": true,
- "redis_host": "localhost",
- "export_api_secret": "very_secret_export_password",
- "mail_provider": "smtp",
- "mail_smtp_host": "your.smtp.host",
- "mail_smtp_port": 465,
- "mail_smtp_secure": true,
- "mail_smtp_require_tls": true,
- "mail_smtp_user": "your.smtp.user",
- "mail_smtp_pass": "your.secret.smtp.password",
- "spacedeck": {}
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement