Hello everyone. Is it not possible to disable the ...
# ktor
m
Hello everyone. Is it not possible to disable the HTTP connector?
Copy code
deployment {
        port = null
        sslPort = 8080
    }