revert appsettings.json

This commit is contained in:
NikolayRechkin 2019-12-26 13:34:55 +03:00
parent 7b08ef72e2
commit c5848a797f

View File

@ -59,7 +59,7 @@
"ConnectionStrings": {
"default": {
"name": "default",
"connectionString": "Server=localhost;Database=test;User ID=root;Password=root;Pooling=true;Character Set=utf8;AutoEnlist=false;SSL Mode=none;AllowPublicKeyRetrieval=True",
"connectionString": "Server=localhost;Database=onlyoffice;User ID=dev;Password=dev;Pooling=true;Character Set=utf8;AutoEnlist=false;SSL Mode=none;AllowPublicKeyRetrieval=True"
"providerName": "MySql.Data.MySqlClient"
}
},