Skip to content

Instantly share code, notes, and snippets.

@contensis
Created August 13, 2014 15:35
Show Gist options
  • Save contensis/e5897f21325f9c8b27ae to your computer and use it in GitHub Desktop.
Save contensis/e5897f21325f9c8b27ae to your computer and use it in GitHub Desktop.
SQL Server Database mirroring support within Contensis R7+
<?xml version="1.0" encoding="utf-8"?>
<root xmlns:schemaLocation="file://contensis_settings.xsd" xmlns="http://tempuri.org/contensis_settings.xsd">
<!--All values must be completed without spaces-->
<!--Contensis installations-->
<contensis_instance>
<settingsID>cms.company.co.uk</settingsID>
<alias>cms.company.co.uk</alias>
<dbconSERVER>Server01</dbconSERVER>
<dbconFAILOVERSERVER>Server02,1433</dbconFAILOVERSERVER>
<dbconDATABASE>cms-contensis_company</dbconDATABASE>
<dbconUSER>username</dbconUSER>
<dbconPASSWD>password</dbconPASSWD>
</contensis_instance>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment