This commit is contained in:
Diana 2020-09-05 22:19:25 +03:00
parent 9f1cf2f8df
commit 23a832b834

View File

@ -5,13 +5,10 @@
},
"ConnectionStrings": {
"default": {
"name": "default",
"connectionString": "Server=localhost;Database=onlyoffice2;User ID=dev;Password=dev;Pooling=true;Character Set=utf8;AutoEnlist=false;SSL Mode=none;AllowPublicKeyRetrieval=True",
"providerName": "MySql.Data.MySqlClient"
},
"default2": {
"name": "default",
"connectionString": "Host=localhost;Port=5433;Database=onlyoffice;Username=postgres;Password=postgres;Pooling=true;Character Set=utf8;"
"connectionString": "Host=localhost;Port=5433;Database=onlyoffice;Username=postgres;Password=postgres;Pooling=true;"
}
},