how to load setup from application.conf when using...
# ktor
n
how to load setup from application.conf when using embeddedServer ?
f
Im wondering this too, currently Im doing
val config = HoconApplicationConfig(ConfigFactory.load())
and that works fine, just seems like there should be a way for it to load without specifying though