Created
August 13, 2014 15:35
-
-
Save contensis/e5897f21325f9c8b27ae to your computer and use it in GitHub Desktop.
SQL Server Database mirroring support within Contensis R7+
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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