birb-integrated-bench/resources/application.conf

10 lines
158 B
Plaintext

ktor {
deployment {
port = 8080
port = ${?PORT}
}
application {
modules = [ com.kmlabz.k8s.ApplicationKt.module ]
}
}