10 lines
166 B
Plaintext
10 lines
166 B
Plaintext
ktor {
|
|
deployment {
|
|
port = 8081
|
|
port = ${?PORT}
|
|
}
|
|
application {
|
|
modules = [ be.vandewalleh.NotesApiApplicationKt.module ]
|
|
}
|
|
}
|