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 }