fix: Fix syntax error in prod.exs
This commit is contained in:
parent
9e84c6f71b
commit
a0c6ffc50f
3 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue