This commit is contained in:
pavelbannov 2022-07-25 19:31:37 +03:00
parent ab015538d9
commit 824232c01a
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
{
"Provider": "MySql",
"ProviderFullName": "MySql.Data.MySqlClient",
"ConnectionString": "Server=localhost;Database=onlyoffice1;User ID=root;Password=root"
"ConnectionString": "Server=localhost;Database=onlyoffice;User ID=root;Password=root"
},
{
"Provider": "PostgreSql",

View File

@ -5,7 +5,7 @@
{
"Provider": "MySql",
"ProviderFullName": "MySql.Data.MySqlClient",
"ConnectionString": "Server=localhost;Database=onlyoffice1;User ID=root;Password=root"
"ConnectionString": "Server=localhost;Database=onlyoffice;User ID=root;Password=root"
}
]
}