QuickExam/resource/config.json
zhangyuheng 8c633e985c framework development
+ finish AnswerController.h QuestionController.h TagController.h insert delete update
 + added some utils (Logger.h FileOperate.h String.cpp)
 + added database Migration.h
2023-12-20 17:26:18 +08:00

18 lines
327 B
JSON

{
"host": "0.0.0.0",
"port": 8280,
"database": {
"host": "localhost",
"port": 5432,
"username": "quickexam",
"password": "quickexam",
"database": "quickexam"
},
"resource": "../resource",
"log": {
"save_path": "./logs",
"max_size_mb": 1,
"preserve_days": 30,
"debug": false
}
}