mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-05 07:02:37 +00:00
Removed test config files
This commit is contained in:
parent
9296f2bdc5
commit
a6e2110f3d
@ -1,71 +0,0 @@
|
|||||||
{
|
|
||||||
"server": {
|
|
||||||
"database": {
|
|
||||||
"port": "3306",
|
|
||||||
"username": "eqemu",
|
|
||||||
"password": "eqemupass",
|
|
||||||
"db": "eqemu",
|
|
||||||
"host": "mariadb"
|
|
||||||
},
|
|
||||||
"qsdatabase": {
|
|
||||||
"host": "mariadb",
|
|
||||||
"port": "3306",
|
|
||||||
"username": "eqemu",
|
|
||||||
"password": "eqemupass",
|
|
||||||
"db": "eqemu"
|
|
||||||
},
|
|
||||||
"webinterface": {
|
|
||||||
"port": "9081"
|
|
||||||
},
|
|
||||||
"launcher": "",
|
|
||||||
"files": "",
|
|
||||||
"mailserver": {
|
|
||||||
"host": "",
|
|
||||||
"port": "7500"
|
|
||||||
},
|
|
||||||
"chatserver": {
|
|
||||||
"host": "",
|
|
||||||
"port": "7500"
|
|
||||||
},
|
|
||||||
"zones": {
|
|
||||||
"defaultstatus": "0",
|
|
||||||
"ports": {
|
|
||||||
"low": "7000",
|
|
||||||
"high": "7400"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"directories": "",
|
|
||||||
"world": {
|
|
||||||
"key": "soif23oij423oij423ioj4",
|
|
||||||
"http": {
|
|
||||||
"port": "9080",
|
|
||||||
"enabled": "true",
|
|
||||||
"mimefile": "mime.types"
|
|
||||||
},
|
|
||||||
"shortname": "deq",
|
|
||||||
"longname": "github.com/xackery/dockereq testing",
|
|
||||||
"loginserver1": {
|
|
||||||
"legacy": "1",
|
|
||||||
"host": "login.eqemulator.net",
|
|
||||||
"port": "5998",
|
|
||||||
"account": "",
|
|
||||||
"password": ""
|
|
||||||
},
|
|
||||||
"loginserver2": {
|
|
||||||
"host": "mariadb",
|
|
||||||
"port": "5998",
|
|
||||||
"account": "",
|
|
||||||
"password": ""
|
|
||||||
},
|
|
||||||
"tcp": {
|
|
||||||
"ip": "mariadb",
|
|
||||||
"port": "9001"
|
|
||||||
},
|
|
||||||
"telnet": {
|
|
||||||
"ip": "mariadb",
|
|
||||||
"port": "9000",
|
|
||||||
"enabled": "true"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,75 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<server>
|
|
||||||
<world>
|
|
||||||
<shortname>deq</shortname>
|
|
||||||
<longname>github.com/xackery/dockereq testing</longname>
|
|
||||||
|
|
||||||
|
|
||||||
<loginserver1>
|
|
||||||
<legacy>1</legacy>
|
|
||||||
<host>login.eqemulator.net</host>
|
|
||||||
<port>5998</port>
|
|
||||||
<account></account>
|
|
||||||
<password></password>
|
|
||||||
</loginserver1>
|
|
||||||
<loginserver2>
|
|
||||||
<host>mariadb</host>
|
|
||||||
<port>5998</port>
|
|
||||||
<account></account>
|
|
||||||
<password></password>
|
|
||||||
</loginserver2>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<tcp ip="mariadb" port="9001"/>
|
|
||||||
<telnet ip="mariadb" port="9000" enabled="true"/>
|
|
||||||
|
|
||||||
<key>soif23oij423oij423ioj4</key>
|
|
||||||
|
|
||||||
<http port="9080" enabled="true" mimefile="mime.types" />
|
|
||||||
</world>
|
|
||||||
|
|
||||||
<chatserver>
|
|
||||||
<host></host>
|
|
||||||
<port>7500</port>
|
|
||||||
</chatserver>
|
|
||||||
|
|
||||||
<mailserver>
|
|
||||||
<host></host>
|
|
||||||
<port>7500</port>
|
|
||||||
</mailserver>
|
|
||||||
|
|
||||||
<zones>
|
|
||||||
<defaultstatus>0</defaultstatus>
|
|
||||||
|
|
||||||
<ports low="7000" high="7400"/>
|
|
||||||
</zones>
|
|
||||||
|
|
||||||
<database>
|
|
||||||
<host>mariadb</host>
|
|
||||||
<port>3306</port>
|
|
||||||
<username>eqemu</username>
|
|
||||||
<password>eqemupass</password>
|
|
||||||
<db>eqemu</db>
|
|
||||||
</database>
|
|
||||||
|
|
||||||
<qsdatabase>
|
|
||||||
<host>mariadb</host>
|
|
||||||
<port>3306</port>
|
|
||||||
<username>eqemu</username>
|
|
||||||
<password>eqemupass</password>
|
|
||||||
<db>eqemu</db>
|
|
||||||
</qsdatabase>
|
|
||||||
|
|
||||||
<webinterface>
|
|
||||||
<port>9081</port>
|
|
||||||
</webinterface>
|
|
||||||
|
|
||||||
<launcher>
|
|
||||||
</launcher>
|
|
||||||
|
|
||||||
<files>
|
|
||||||
</files>
|
|
||||||
<directories>
|
|
||||||
</directories>
|
|
||||||
</server>
|
|
||||||
Loading…
x
Reference in New Issue
Block a user