2017-04-07 01:29:05 +02:00
|
|
|
{
|
2018-07-17 12:05:27 +02:00
|
|
|
"team_name": "My Open Spacedeck",
|
|
|
|
"contact_email": "support@example.org",
|
|
|
|
|
2017-04-07 11:55:07 +02:00
|
|
|
"endpoint": "http://localhost:9666",
|
2018-03-30 22:34:27 +02:00
|
|
|
|
2018-07-17 12:05:27 +02:00
|
|
|
"storage_region": "eu-central-1",
|
2018-03-30 22:34:27 +02:00
|
|
|
//"storage_bucket": "sdeck-development",
|
|
|
|
//"storage_cdn": "http://localhost:9123/sdeck-development",
|
|
|
|
//"storage_endpoint": "http://storage:9000",
|
|
|
|
|
2018-01-08 12:43:47 +01:00
|
|
|
"storage_bucket": "my_spacedeck_bucket",
|
|
|
|
"storage_cdn": "/storage",
|
|
|
|
"storage_local_path": "./storage",
|
2018-03-30 22:34:27 +02:00
|
|
|
|
|
|
|
"redis_mock": true,
|
|
|
|
"mongodb_host": "localhost",
|
|
|
|
"redis_host": "localhost",
|
|
|
|
|
2017-04-07 01:29:05 +02:00
|
|
|
"google_access" : "",
|
|
|
|
"google_secret" : "",
|
|
|
|
"admin_pass": "very_secret_admin_password",
|
2018-07-17 12:05:27 +02:00
|
|
|
"phantom_api_secret": "very_secret_phantom_password",
|
|
|
|
|
|
|
|
// Choose "console" or "smtp"
|
|
|
|
"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"
|
2017-04-07 01:29:05 +02:00
|
|
|
}
|