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

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