default.json 925 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

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

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

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

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