Use an Alternative Database for Umbraco Commerce Tables
How-To Guide to configure using an alternative database for the tables of Umbraco Commerce.
{
...
"ConnectionStrings": {
"umbracoDbDSN": "Server=umbracoServerAddress;Database=myUmbracoDb;User Id=myUsername;Password=myPassword;",
"umbracoDbDSN_ProviderName": "Microsoft.Data.SqlClient",
"umbracoCommerceDbDSN": "Server=umbracoCommerceServerAddress;Database=myUmbracoCommerceDb;User Id=myUsername;Password=myPassword;",
"umbracoCommerceDbDSN_ProviderName": "Microsoft.Data.SqlClient"
},
...
}Last updated
Was this helpful?