mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
55 lines
941 B
Plaintext
Executable File
55 lines
941 B
Plaintext
Executable File
{
|
|
"server": {
|
|
"zones": {
|
|
"defaultstatus": "20",
|
|
"ports": {
|
|
"low": "7000",
|
|
"high": "7100"
|
|
}
|
|
},
|
|
"database": {
|
|
"password": "eq",
|
|
"db": "eq",
|
|
"host": "127.0.0.1",
|
|
"port": "3306",
|
|
"username": "eq"
|
|
},
|
|
"world": {
|
|
"shortname": "setme",
|
|
"longname": "I Forgot To Edit My Config",
|
|
"loginserver": {
|
|
"password": "",
|
|
"host": "login.eqemulator.net",
|
|
"port": "5998",
|
|
"account": ""
|
|
},
|
|
"tcp": {
|
|
"port": "9000",
|
|
"telnet": "disable",
|
|
"ip": "127.0.0.1"
|
|
},
|
|
"key": "some long random string",
|
|
"http": {
|
|
"mimefile": "mime.types",
|
|
"port": "9080",
|
|
"enabled": "false"
|
|
}
|
|
},
|
|
"mailserver": {
|
|
"host": "channels.eqemulator.net",
|
|
"port": "7778"
|
|
},
|
|
"chatserver": {
|
|
"host": "channels.eqemulator.net",
|
|
"port": "7778"
|
|
},
|
|
"qsdatabase": {
|
|
"host": "127.0.0.1",
|
|
"port": "3306",
|
|
"username": "eq",
|
|
"password": "eq",
|
|
"db": "eq"
|
|
}
|
|
}
|
|
}
|