Files
YoumiHaAPI/config.example.json
2025-10-06 15:36:13 +08:00

23 lines
386 B
JSON

{
"database":{
"host":"string",
"port":0,
"user":"string",
"database":"string",
"password":"string"
},
"express":{
"port":0,
"host":"",
"logger":true
},
"main":{
"libmap":{
"refresh":0,
"maxage":0
},
"versions":{
"refresh":0
}
}
}