From 3fd93699e410a2ef47f77f25c996eb3c327d9ac0 Mon Sep 17 00:00:00 2001 From: creeper123123321 Date: Fri, 30 Oct 2020 18:38:04 -0300 Subject: [PATCH] change default https port --- src/main/resources/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index 0d011ba..b5d7179 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -1,7 +1,7 @@ # You can read more about this file: https://ktor.io/servers/configuration.html#hocon-file ktor { deployment { - sslPort = 8443 + sslPort = 25543 } application {