DocSpace-buildtools/common/Tools/ASC.Migration.Runner/appsettings.runner.json

18 lines
471 B
JSON
Raw Normal View History

{
"options": {
"Providers": [
{
"Provider": "MySql",
"ProviderFullName": "MySql.Data.MySqlClient",
2022-07-26 11:53:36 +00:00
"ConnectionString": "Server=localhost;Database=onlyoffice;User ID=root;Password=root"
}
2022-12-19 15:01:57 +00:00
],
"TeamlabsiteProviders": [
{
"Provider": "MySql",
"ProviderFullName": "MySql.Data.MySqlClient",
2022-12-20 09:34:39 +00:00
"ConnectionString": "Server=localhost;Database=teamlabsite;User ID=root;Password=root"
2022-12-19 15:01:57 +00:00
}
]
}
}