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

11 lines
240 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"
}
]
}
}