Hi dear community, have been messing around with K...
# ktor
s
Hi dear community, have been messing around with Ktor and HOCON configs, I found that you can feed different application config as an argument, but is there something similar to spring boot's "active profiles"? Where you can provide multiple configs, like some main config that describes everything, and some smaller dev/other config after main one, that overrides only few things it has, without a need to duplicate all the other configuration properties between multiple configs.
a
Here is a feature request to have it in Ktor.
❤️ 1