moving some environment variables to be aquireable at runtime to generate a mix release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user