zhangyuheng
8c633e985c
+ finish AnswerController.h QuestionController.h TagController.h insert delete update + added some utils (Logger.h FileOperate.h String.cpp) + added database Migration.h
18 lines
327 B
JSON
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
|
|
}
|
|
} |