DocSpace-buildtools/common/Tools/ASC.Migration.Creator/appsettings.creator.json
2022-12-20 12:34:39 +03:00

24 lines
710 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;"
}
],
"TeamlabsiteProviders": [
{
"Provider": "MySql",
"ProviderFullName": "MySql.Data.MySqlClient",
"ConnectionString": "Server=localhost;Database=teamlabsite;User ID=root;Password=root"
}
]
}
}