mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
17 lines
280 B
JSON
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
|
|
} |