Merge branch 'object-storage-bugfixes' into 'master'

fix: Fix syntax error in prod.exs

See merge request mythic-insight/legendary!149
This commit is contained in:
Robert Prehn 2021-10-19 19:53:39 +00:00
commit 274e457a59
3 changed files with 1 additions and 1 deletions

View file

@ -104,7 +104,7 @@ config :libcluster,
# that simulates S3
config :waffle,
storage: Waffle.Storage.S3,
bucket: "uploads"
bucket: "uploads",
asset_host: "https://#{System.get_env("HOSTNAME")}"
config :object_storage,