Make --coder-bind disable HTTPS

This commit is contained in:
Anmol Sethi 2020-10-09 07:38:58 -04:00
parent f5489cd3a0
commit 9ff37977a8
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB
1 changed files with 1 additions and 0 deletions

View File

@ -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")
} }