DocSpace-buildtools/common/Tools/Migration.Runner/appsettings.json
2022-07-25 19:31:37 +03:00

12 lines
300 B
JSON

{
"options": {
"Path": "../../../products/ASC.Files/Server/bin/Debug",
"Providers": [
{
"Provider": "MySql",
"ProviderFullName": "MySql.Data.MySqlClient",
"ConnectionString": "Server=localhost;Database=onlyoffice;User ID=root;Password=root"
}
]
}
}