remove login and password from config

This commit is contained in:
vchikalkin 2021-06-21 13:12:07 +03:00
parent 1a90790e3c
commit 53887cd7b2

View File

@ -23,16 +23,12 @@
"launchBrowser": false, "launchBrowser": false,
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development", "ASPNETCORE_ENVIRONMENT": "Development",
"eltPassword": "evo12345",
"eltLogin": "dmitrienko"
}, },
"applicationUrl": "http://localhost:2121" "applicationUrl": "http://localhost:2121"
}, },
"Docker": { "Docker": {
"commandName": "Docker", "commandName": "Docker",
"environmentVariables": { "environmentVariables": {
"eltPassword": "evo12345",
"eltLogin": "dmitrienko"
}, },
"publishAllPorts": true "publishAllPorts": true
} }