From ce5a4a4dd6c6f096ba399134e4eab0eea63e7e27 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Mon, 21 Jun 2021 13:12:07 +0300 Subject: [PATCH] remove login and password from config --- ELT/Properties/launchSettings.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/ELT/Properties/launchSettings.json b/ELT/Properties/launchSettings.json index b4d9618..72f2ee4 100644 --- a/ELT/Properties/launchSettings.json +++ b/ELT/Properties/launchSettings.json @@ -31,8 +31,6 @@ "Docker": { "commandName": "Docker", "environmentVariables": { - "eltPassword": "evo12345", - "eltLogin": "dmitrienko" }, "publishAllPorts": true }