default.json 956 Bytes
Newer Older
mntmn's avatar
mntmn committed
1
{
Hirunatan's avatar
Hirunatan committed
2
3
4
  "team_name": "My Open Spacedeck",
  "contact_email": "support@example.org",

5
  "endpoint": "http://localhost:9666",
6
  "invite_code": "top-sekrit",
7

Hirunatan's avatar
Hirunatan committed
8
  "storage_region": "eu-central-1",
9
10
11
12
  //"storage_bucket": "sdeck-development",
  //"storage_cdn": "http://localhost:9123/sdeck-development",
  //"storage_endpoint": "http://storage:9000",

13
14
15
  "storage_bucket": "my_spacedeck_bucket",
  "storage_cdn": "/storage",
  "storage_local_path": "./storage",
16
17
18
19
20

  "redis_mock": true,
  "mongodb_host": "localhost",
  "redis_host": "localhost",

mntmn's avatar
mntmn committed
21
22
23
  "google_access" : "",
  "google_secret" : "",
  "admin_pass": "very_secret_admin_password",
Hirunatan's avatar
Hirunatan committed
24
25
26
27
28
29
30
31
32
33
  "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"
mntmn's avatar
mntmn committed
34
}