Add missing config for s3 storage (#96)

This var `storage_endpoint` will be read and used at 3eb99d2635/helpers/uploader.js (L14)
This commit is contained in:
Omid
2020-09-19 20:12:51 +03:00
committed by GitHub
parent 3eb99d2635
commit a6616f3463

View File

@@ -8,7 +8,7 @@
"invite_code": "top-sekrit",
"storage_region": "eu-central-1",
"storage_endpoint": "http://localhost:4572",
"storage_bucket": "my_spacedeck_bucket",
"storage_cdn": "/storage",
"storage_local_path": "./storage",