未验证 提交 9ff37977 编写于 作者: A Anmol Sethi

Make --coder-bind disable HTTPS

上级 f5489cd3
...@@ -44,6 +44,7 @@ const main = async (args: Args, configArgs: Args): Promise<void> => { ...@@ -44,6 +44,7 @@ const main = async (args: Args, configArgs: Args): Promise<void> => {
port: 0, port: 0,
auth: AuthType.None, auth: AuthType.None,
socket: undefined, socket: undefined,
cert: undefined,
} }
logger.info("coder-bind: disabling auth and listening on random localhost port") logger.info("coder-bind: disabling auth and listening on random localhost port")
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册