remove login and password from config
This commit is contained in:
parent
1a90790e3c
commit
53887cd7b2
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user