Archived
1
0

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

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(