switch between s3/local storage in config

This commit is contained in:
mntmn
2018-01-08 12:43:47 +01:00
parent 8ee3386470
commit ffb7f30133
3 changed files with 24 additions and 18 deletions

View File

@@ -1,7 +1,9 @@
{
"endpoint": "http://localhost:9000",
"storage_bucket": "my_spacedeck_s3_bucket",
"storage_cdn": "xyz.cloudfront.net",
"storage_region": "eu-central-1",
"storage_bucket": "my_spacedeck_bucket",
"storage_cdn": "/storage",
"storage_local_path": "./storage",
"google_access" : "",
"google_secret" : "",
"admin_pass": "very_secret_admin_password",