View Single Post
  #11  
Old 01-02-2010, 03:09 PM
Skathix
Fire Beetle
 
Join Date: Dec 2009
Location: Beebe
Posts: 23
Default

<server>
<world>
<shortname>EclArg</shortname>
<longname>Eclipsing Argos</longname>

<!-- Only specify these two if you really think you need to. -->
<address>test.com</address>
<localaddress>192.168.0.8</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>localhost</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>192.168.0.8</host>
<port>3306</port>
<username>root</username>
<password>******</password>
<db>peq</db>
</database>
</server>
Reply With Quote