moving some environment variables to be aquireable at runtime to generate a mix release

This commit is contained in:
2026-04-01 00:32:16 -04:00
parent 53467cd611
commit 1ea0d232a4
3 changed files with 30 additions and 3 deletions

View File

@@ -102,3 +102,7 @@ config :ex_aws, :s3,
host: "localhost",
port: 9000,
virtual_host: false
config :waffle,
bucket: "mixer-bucket",
asset_host: "http://localhost:9000"