Teamlinker/code/server/teamlinker.config.json
2022-12-19 22:08:30 +08:00

18 lines
339 B
JSON

{
"redis":{
"url":"localhost",
"port":6379,
"db":0,
"password":""
},
"mysql":{
"url":"localhost",
"port":3306,
"database":"teamlinker_dev",
"username":"root",
"password":"sxsxsxSX1"
},
"port":14000,
"jwt": "teamlinker",
"version":"1.0.0"
}