PcReDiveClanRecordBackend/src/main/resources/application.conf
2023-06-26 11:53:06 +08:00

10 lines
166 B
Plaintext

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