Valentine Ionov
Results
3
comments of
Valentine Ionov
@nashby probably, but 1. You have to duplicate ENV variable names in case of plain `System.get_env`. 2. Оr use trickery if application config uses `{:system, "BASIC_AUTH_USERNAME"}`.
@paulanthonywilson 2 cases: 1. We (me and my colleagues at work) are used to configure application via ENV as much as possible (including basic auth), because we don't even know...