DocSpace-buildtools/common/Tools/ASC.Migration.Creator/appsettings.json
2022-07-26 14:52:53 +03:00

17 lines
479 B
JSON

{
"options": {
"Path": "../../../ASC.Migrations.sln",
"Providers": [
{
"Provider": "MySql",
"ProviderFullName": "MySql.Data.MySqlClient",
"ConnectionString": "Server=localhost;Database=onlyoffice;User ID=root;Password=root"
},
{
"Provider": "PostgreSql",
"ProviderFullName": "Npgsql",
"ConnectionString": "Host=localhost;Port=5432;Database=onlyoffice;Username=postgres;Password=dev;"
}
]
}
}