SimpleNotes/api/resources/application.conf
2020-04-11 22:47:35 +02:00

10 lines
166 B
Plaintext

ktor {
deployment {
port = 8081
port = ${?PORT}
}
application {
modules = [ be.vandewalleh.NotesApiApplicationKt.module ]
}
}