diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index 495bdff..b819589 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -2,7 +2,7 @@ ktor { development = true deployment { - port = 4000 + port = 8080 port = ${?PORT} watch = [ bill-ktor ] }