优化日志及config

This commit is contained in:
hoteas
2022-07-11 19:13:20 +08:00
parent f37b9aee70
commit 8f7380d796
6 changed files with 119 additions and 81 deletions
+7 -3
View File
@@ -16,8 +16,12 @@
}
],
"db": {
"sqlite": {
"path": "config/data.db"
"mysql": {
"host": "127.0.0.1",
"name": "gov_crawler",
"password": "root",
"port": "3306",
"user": "root"
}
},
"defFile": [
@@ -32,7 +36,7 @@
"5": "数据结果异常"
},
"mode": 2,
"port": "80",
"port": "8081",
"sessionName": "HOTIME",
"tpt": "tpt"
}