I don’t really think server should work with bare ...
# ktor
o
I don’t really think server should work with bare command line arguments. In various deployment scenarios there could be limited access to command line, it’s better to use env variables. See https://12factor.net/config
👍 1