DocSpace-buildtools/common/Tools/ASC.Migration.Creator/appsettings.json

17 lines
479 B
JSON
Raw Normal View History

{
2022-07-25 14:29:46 +00:00
"options": {
"Path": "../../../ASC.Migrations.sln",
"Providers": [
{
"Provider": "MySql",
2022-07-25 14:36:52 +00:00
"ProviderFullName": "MySql.Data.MySqlClient",
2022-07-25 16:31:37 +00:00
"ConnectionString": "Server=localhost;Database=onlyoffice;User ID=root;Password=root"
2022-07-25 14:29:46 +00:00
},
{
"Provider": "PostgreSql",
2022-07-25 14:36:52 +00:00
"ProviderFullName": "Npgsql",
"ConnectionString": "Host=localhost;Port=5432;Database=onlyoffice;Username=postgres;Password=dev;"
2022-07-25 14:29:46 +00:00
}
]
}
}