mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
21 lines
329 B
JSON
21 lines
329 B
JSON
{
|
|
"db": {
|
|
"connectionLimit": 10,
|
|
"host": "localhost",
|
|
"user": "root",
|
|
"password": "blink",
|
|
"database": "eqdb"
|
|
},
|
|
"servertalk": {
|
|
"addr": "localhost",
|
|
"port": "9101",
|
|
"key": "ujwn2isnal1987scanb"
|
|
},
|
|
"https": {
|
|
"enabled": false,
|
|
"key": "key.pem",
|
|
"cert": "cert.pem"
|
|
},
|
|
"port": 9080,
|
|
"key": "key.pem"
|
|
} |