QuickExam/resource/config.json

19 lines
369 B
JSON
Raw Normal View History

2023-12-19 17:52:59 +08:00
{
2023-12-19 22:47:02 +08:00
"host": "0.0.0.0",
2023-12-19 17:52:59 +08:00
"port": 8280,
"database": {
"host": "localhost",
"port": 5432,
"username": "quickexam",
"password": "quickexam",
"database": "quickexam"
},
"resource": "../resource",
2023-12-21 17:52:03 +08:00
"swagger_host": "http://localhost:8280",
"log": {
"save_path": "./logs",
"max_size_mb": 1,
"preserve_days": 30,
2023-12-21 17:52:03 +08:00
"debug": true
}
2023-12-19 17:52:59 +08:00
}