The following is an example configuration file for a Microsoft SQL Server database:
{ "schema": "solution", "tenants": [ { "Name": "Tenant1", "DataProvider": "MSSQL", "Value": "Data Source=<DB_HOSTNAME>\\<DB_INSTANCE>;Initial Catalog=TestDB;User Id=dbadmin;Password=dbpassword" } ] }