MoparClassic/LoginServer/ls.conf
2011-04-27 14:48:29 +10:00

14 lines
487 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<comment>RSCD-LS Config</comment>
<entry key="mysqlhost">localhost</entry>
<entry key="mysqldb">rscangel</entry>
<entry key="mysqluser">root</entry>
<entry key="mysqlpass"></entry>
<entry key="lsip">localhost</entry>
<entry key="lsport">34526</entry>
<entry key="queryip">localhost</entry>
<entry key="queryport">8186</entry>
</properties>