Make --coder-bind disable HTTPS
This commit is contained in:
parent
f5489cd3a0
commit
9ff37977a8
@ -44,6 +44,7 @@ const main = async (args: Args, configArgs: Args): Promise<void> => {
|
||||
port: 0,
|
||||
auth: AuthType.None,
|
||||
socket: undefined,
|
||||
cert: undefined,
|
||||
}
|
||||
logger.info("coder-bind: disabling auth and listening on random localhost port")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user