DormStar/config.json

9 lines
162 B
JSON
Raw Normal View History

2023-11-30 20:07:10 +08:00
{
"mysql": {
"host": "192.168.5.190",
"port": 3306,
"database": "dormstar",
"username": "dormstar",
"password": "114477225588"
}
}