rimajon-ktor/resources/application.conf

10 lines
154 B
Plaintext
Raw Normal View History

2020-09-21 21:25:21 +00:00
ktor {
deployment {
port = 8080
port = ${?PORT}
}
application {
modules = [ dev.araozu.ApplicationKt.module ]
}
}