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:
commit
274e457a59
3 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue