Drop the usage of app.toml
and use ENV variables from .env
file only
#97
Labels
app.toml
and use ENV variables from .env
file only
#97
Why
Currently we have ENV variables set in 2 places, the
config/app.toml
and the.env
file. So we should dropconfig/app.toml
to avoid confusion when we need to add more ENV variables. And as we already use Viper we could that easilyWho Benefits?
Go developer
The text was updated successfully, but these errors were encountered: