Hi, What's the spring profiles equivalent feature ...
# ktor
m
Hi, What's the spring profiles equivalent feature in ktor?
a
You can pass a path of the configuration file via the
-config
CLI option to load application settings for the respective environment. You can find an example in the documentation.
👍🏾 1