Teamlinker/code/server/extra.config.json
sx1989827 291c4ec1a5 init
2023-06-05 15:23:32 +08:00

17 lines
280 B
JSON

{
"mysql": {
"url":"localhost",
"port":3306,
"database":"teamlinker_dev",
"username":"root",
"password":"sxsxsxSX1"
},
"listenIps": [
{
"ip": "0.0.0.0",
"announcedIp": "127.17.0.2"
}
],
"rtcMinPort": 40000,
"rtcMaxPort": 49999
}