PcReDiveRankTableBackend/src/main/resources/application.conf
2023-06-21 13:32:57 +08:00

10 lines
157 B
Plaintext

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