增加访问ip打印等功能

This commit is contained in:
2020-02-20 15:06:39 +08:00
parent 0f29b3304e
commit 6eca18b374
4 changed files with 43 additions and 13 deletions
+10 -6
View File
@@ -1,6 +1,7 @@
{
"cacheLongTime": 2592000,
"cacheShortTime": 7200,
"crossDomain": "",
"dbCached": 0,
"dbHost": "127.0.0.1",
"dbName": "test",
@@ -12,16 +13,19 @@
"index.html",
"index.htm"
],
"error": {},
"logLevel": 0,
"error": {
"1": "内部系统异常",
"2": "访问权限异常",
"3": "请求参数异常",
"4": "数据处理异常",
"5": "数据结果异常"
},
"logLevel": 1,
"modeRouterStrict": false,
"port": "8080",
"redisHost": "192.168.6.254:6379",
"redisPort": "6379",
"redisPwd": "9rusdfjk482fjdfo2e023",
"sessionName": "HOTIME",
"tlsCert": "",
"tlsKey": "",
"tlsPort": "0",
"tpt": "example/tpt"
"tpt": "tpt"
}