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

18 lines
471 B
JSON

{
"options": {
"Providers": [
{
"Provider": "MySql",
"ProviderFullName": "MySql.Data.MySqlClient",
"ConnectionString": "Server=localhost;Database=onlyoffice;User ID=root;Password=root"
}
],
"TeamlabsiteProviders": [
{
"Provider": "MySql",
"ProviderFullName": "MySql.Data.MySqlClient",
"ConnectionString": "Server=localhost;Database=teamlabsite;User ID=root;Password=root"
}
]
}
}