default.json 337 Bytes
Newer Older
mntmn's avatar
mntmn committed
1
2
{
  "endpoint": "http://localhost:9000",
3
4
5
6
  "storage_region": "eu-central-1",
  "storage_bucket": "my_spacedeck_bucket",
  "storage_cdn": "/storage",
  "storage_local_path": "./storage",
mntmn's avatar
mntmn committed
7
8
9
10
11
  "google_access" : "",
  "google_secret" : "",
  "admin_pass": "very_secret_admin_password",
  "phantom_api_secret": "very_secret_phantom_password"
}