n8ebel
12/23/2020, 9:06 PMapplication.conf file by setting development=true .
And by adding -Dio.ktor.development=true to VM options in the IntelliJ run configuration
But no luck from the command line so far.duuusha
01/21/2021, 7:44 AMapplicationDefaultJvmArgs property in the Gradle file:
application {
mainClassName = "io.ktor.server.netty.EngineMain"
applicationDefaultJvmArgs = listOf("-Dio.ktor.development=true")
}