Merge pull request #1602 from cdr/unset-pass

Unset $PASSWORD after grabbing it
This commit is contained in:
Anmol Sethi 2020-05-04 22:48:17 -04:00 committed by GitHub
commit a64f80d2d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,6 +90,7 @@ const main = async (args: Args): Promise<void> => {
} else {
logger.info(" - No authentication")
}
delete process.env.PASSWORD
if (httpServer.protocol === "https") {
logger.info(