From 66ee10890fba7b7f93aa5efb76a341dd6e44311b Mon Sep 17 00:00:00 2001 From: Chika Date: Sun, 21 Mar 2021 22:55:27 +0300 Subject: [PATCH] change service password --- ELT/Properties/launchSettings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ELT/Properties/launchSettings.json b/ELT/Properties/launchSettings.json index 287fce0..381433c 100644 --- a/ELT/Properties/launchSettings.json +++ b/ELT/Properties/launchSettings.json @@ -14,7 +14,7 @@ "launchBrowser": false, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", - "eltPassword": "12345", + "eltPassword": "evo12345", "eltLogin": "dmitrienko" } }, @@ -23,7 +23,7 @@ "launchBrowser": false, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", - "eltPassword": "12345", + "eltPassword": "evo12345", "eltLogin": "dmitrienko" }, "applicationUrl": "http://localhost:5000" @@ -31,7 +31,7 @@ "Docker": { "commandName": "Docker", "environmentVariables": { - "eltPassword": "12345", + "eltPassword": "evo12345", "eltLogin": "dmitrienko" }, "publishAllPorts": true