Emil Kantis
05/30/2024, 7:51 AMapplication.conf
for some configuration, but it seems it's not loaded when using suspendapp-ktor
?simon.vergauwen
05/30/2024, 8:13 AMSuspendApp
just delegates to the embeddedServer
function from Ktor, it doesn't do anything expect install the stop(x, x)
method into the ResourceScope
.
I am refining SuspendApp alongside the 2.0 release, so perfect time for feedback 😁Emil Kantis
05/30/2024, 8:25 AMapplication.conf
is a feature of EngineMain
when it builds a commandLineEnvironment. 🙂 I'll probably start looking at using hoplite for explicit config anywaysimon.vergauwen
05/30/2024, 8:31 AMOğuzhan Soykan
05/30/2024, 12:07 PM