From ec8521cf181991651b2dce7685204975891a8bae Mon Sep 17 00:00:00 2001 From: codevictory Date: Sun, 23 May 2021 22:05:27 +0300 Subject: [PATCH] Whole bucket host to env variable. --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index 0794436..5d48387 100644 --- a/config/config.exs +++ b/config/config.exs @@ -35,5 +35,5 @@ config :ex_aws, access_key_id: System.get_env("S3_ACCESS_KEY"), secret_access_key: System.get_env("S3_SECRET_KEY"), s3: [ - host: System.get_env("S3_BUCKET_NAME") <> ".parmenides.fi-hel2.upcloudobjects.com" + host: System.get_env("S3_BUCKET_HOST") ]