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