mfenniak / rethinkdb-net

A C# / .NET client driver for RethinkDB.
Other
247 stars 37 forks source link

Support config-file-based configuration of endpoint addresses #67

Closed mfenniak closed 11 years ago

mfenniak commented 11 years ago

eg.

<rethinkdb>
    <connections>
        <connection name="clusterAlpha">
            <endpoint address="10.1.1.6" port="28015"/>
            <endpoint address="10.1.1.7" port="28015"/>
        </connection>
    </connections>
</rethinkdb>