rimajon-ktor/resources/application.conf
2020-09-21 16:25:21 -05:00

10 lines
154 B
Plaintext

ktor {
deployment {
port = 8080
port = ${?PORT}
}
application {
modules = [ dev.araozu.ApplicationKt.module ]
}
}