Remvoe port
This commit is contained in:
parent
d849e9c1e3
commit
8e5c347873
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"DbSettings": {
|
||||
"ConnectionString": "Server=localhost:3306; Database=library; Uid=dbuser;Pwd=libraryDbPassword;",
|
||||
"ConnectionString": "Server=localhost; Database=library; Uid=dbuser;Pwd=libraryDbPassword;",
|
||||
"Database": "library"
|
||||
},
|
||||
"Logging": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"DbSettings": {
|
||||
"ConnectionString": "Server=localhost:3306; Database=library; Uid=dbuser;Pwd=libraryDbPassword;",
|
||||
"ConnectionString": "Server=localhost; Database=library; Uid=dbuser;Pwd=libraryDbPassword;",
|
||||
"Database": "library"
|
||||
},
|
||||
"Logging": {
|
||||
|
|
Loading…
Reference in a new issue