Had to swap to minio to let it act as a cdn. Working file uploads.

This commit is contained in:
2026-03-31 13:12:11 -04:00
parent db57ac843b
commit 028d83b9cc
6 changed files with 17 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ import Config
config :waffle,
storage: Waffle.Storage.S3,
bucket: "mixer-bucket",
asset_host: "http://localhost:3900"
asset_host: "http://localhost:9000"
config :ex_aws,
json_codec: Jason