Coming Ruby Rails where I can use the `dotenv` gem to store environment variables in a `.env` file t...
h
Coming Ruby Rails where I can use the
dotenv
gem to store environment variables in a
.env
file then override them on the server with proper env variables, is there a good alternative for Kotlin/Ktor? Or a standard way of achieving the same thing?
e
you can define in your app.conf default params like in
.env
https://ktor.io/servers/configuration/environments.html#proposal