default.json 616 Bytes
Newer Older
mntmn's avatar
mntmn committed
1
{
2
  //"endpoint": "http://localhost:9000",
3
  "endpoint": "http://localhost:9666",
4
  "storage_region": "eu-central-1",
5
6
7
8
9

  //"storage_bucket": "sdeck-development",
  //"storage_cdn": "http://localhost:9123/sdeck-development",
  //"storage_endpoint": "http://storage:9000",

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

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

mntmn's avatar
mntmn committed
18
19
20
21
22
  "google_access" : "",
  "google_secret" : "",
  "admin_pass": "very_secret_admin_password",
  "phantom_api_secret": "very_secret_phantom_password"
}