Files
YoumiHaAPI/config.example.json
2025-10-05 19:36:21 +08:00

14 lines
233 B
JSON

{
"database":{
"host":"string",
"port":0,
"user":"string",
"database":"string",
"password":"string"
},
"express":{
"port":0,
"host":"",
"logger":true
}
}