Skip to content

Instantly share code, notes, and snippets.

@alex-quiterio
Created May 1, 2013 19:43
Show Gist options
  • Save alex-quiterio/5497791 to your computer and use it in GitHub Desktop.
Save alex-quiterio/5497791 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<!--
According with the number used on the property
ServersNumber the bootstrapper will fetch this XML
and look for servers to initialize
-->
<add key="ServersNumber" value="1" />
<!--
key is the name of the Meta DataServer
[nomenclature m-x] and x is the incremental number of the server
This is important to the bootstrapper see all the values
-->
<add key="m-0" value="8000"/>
<add key="m-0-rp" value="8001"/>
<add key="m-1" value="8002"/>
<add key="m-1-rp" value="8003"/>
<add key="m-2" value="8004"/>
<add key="m-2-rp" value="8005"/>
</appSettings>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment