From 53887cd7b2e2441a12c112aa5ea0aedab3f10d54 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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ELT/Properties/launchSettings.json b/ELT/Properties/launchSettings.json index b4d9618..b6fad87 100644 --- a/ELT/Properties/launchSettings.json +++ b/ELT/Properties/launchSettings.json @@ -23,16 +23,12 @@ "launchBrowser": false, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", - "eltPassword": "evo12345", - "eltLogin": "dmitrienko" }, "applicationUrl": "http://localhost:2121" }, "Docker": { "commandName": "Docker", "environmentVariables": { - "eltPassword": "evo12345", - "eltLogin": "dmitrienko" }, "publishAllPorts": true }