10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
ktor {
|
|
deployment {
|
|
port = 8080
|
|
port = ${?PORT}
|
|
}
|
|
application {
|
|
modules = [ dev.araozu.ApplicationKt.module ]
|
|
}
|
|
}
|