fix: Fix syntax error in prod.exs

This commit is contained in:
Robert Prehn 2021-10-19 19:53:39 +00:00
parent 9e84c6f71b
commit a0c6ffc50f
3 changed files with 1 additions and 1 deletions

View file

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