Is it possible to conditionally specify configurat...
# ktor
s
Is it possible to conditionally specify configuration values? Or to conditionally load a second configuration file? Basically, I'd like to choose a set of parameter when running in production/development.
a
You can conditionally load the configuration file using the -config option. Also, the configuration supports environment variables which could have different values bases on the environment.