output-service-rdb/resources/application.conf

10 lines
154 B
Plaintext
Raw Normal View History

2020-04-04 18:47:24 +02:00
ktor {
deployment {
port = 8080
port = ${?PORT}
}
application {
modules = [ com.kmalbz.ApplicationKt.module ]
}
}