mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-18 03:22:27 +00:00
72 lines
1.2 KiB
JSON
72 lines
1.2 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|