birb-integrated-bench/resources/application.conf

10 lines
158 B
Plaintext
Raw Normal View History

2020-10-21 23:24:29 +02:00
ktor {
deployment {
port = 8080
port = ${?PORT}
}
application {
modules = [ com.kmlabz.k8s.ApplicationKt.module ]
}
}