From a6616f34637ff53a463409a35593d27bef3a59d3 Mon Sep 17 00:00:00 2001 From: Omid Date: Sat, 19 Sep 2020 20:12:51 +0300 Subject: [PATCH] Add missing config for s3 storage (#96) This var `storage_endpoint` will be read and used at https://github.com/spacedeck/spacedeck-open/blob/3eb99d2635973d0ae9d44bc74e4325a8820925b1/helpers/uploader.js#L14 --- config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.json b/config/default.json index 1a50908..0c8e87f 100644 --- a/config/default.json +++ b/config/default.json @@ -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",