优化日志及config
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user