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