change default https port

This commit is contained in:
creeper123123321 2020-10-30 18:38:04 -03:00
parent b58e5ad50c
commit 3fd93699e4

View File

@ -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 {