SimpleNotes/api/resources/application.conf

10 lines
163 B
Plaintext

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