ktor { deployment { port = 8080 port = ${?PORT} } application { modules = [ fr.dcproject.ApplicationKt.module ] } }