mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-11-12 12:15:07 -05:00
17 lines
727 B
XML
17 lines
727 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">moparclassic</entry>
|
|
<entry key="mysqluser">mc</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>
|
|
<entry key="storage-medium">org.moparscape.msc.ls.persistence.impl.SerializedStorageMedium</entry>
|
|
<entry key="auth-class">org.moparscape.msc.ls.auth.impl.DummyAuth</entry>
|
|
<entry key="auth-meta-data">http://localhost/auth.php</entry>
|
|
</properties>
|