Skip to content

Commit f469f57

Browse files
authored
Merge pull request #4 from dgw-dev/dw_main_dev
DbCredentialsManager change
2 parents 613c757 + b0a3713 commit f469f57

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Entities/DAL/DbCredentialsManager.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ public class DbCredentialsManager
99
{
1010
private readonly Dictionary<string, DbCredentials> _dbCredentials = new Dictionary<string, DbCredentials>()
1111
{
12-
{
13-
"ChorelyMVCContextConnection", new DbCredentials() { Username = "ChorelyUser", Password = "MyG0d1tsfull0fst@rs"}
14-
} ,
15-
{
16-
"hka", new DbCredentials() { Username = "HKArt", Password = "MyG0d1tsfull0fst@rs"}
17-
},
1812
{
1913
"LocalizationTest", new DbCredentials() { Username = "LocalizationUser", Password = "@LocalizationTest#"}
2014
}

0 commit comments

Comments
 (0)