forked from spacedeck/spacedeck-open
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.json
32 lines (26 loc) · 870 Bytes
/
default.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"team_name": "My Open Spacedeck",
"contact_email": "[email protected]",
"host": "::",
"port": 9666,
"endpoint": "http://localhost:9666",
"storage_local_path": "./storage",
"storage_local_db": "./database.sqlite",
"storage_region": "eu-central-1",
"storage_endpoint": "http://localhost:4572",
"storage_bucket": "my_spacedeck_bucket",
"storage_cdn": "/storage",
"mongodb_host": "localhost",
"redis_mock": true,
"redis_host": "localhost",
"phantom_api_secret": "very_secret_phantom_password",
"ldap_url": "ldap://ldap.example.com:389",
"ldap_user_dn": "uid=%s,ou=People,dc=example,dc=com",
"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"
}