站点保护功能,代码优化

This commit is contained in:
刘河
2018-12-30 22:36:15 +08:00
parent dc1520da1f
commit 4dad726129
10 changed files with 215 additions and 99 deletions

View File

@@ -1,6 +1,12 @@
appname = httpMonitor
#web管理端口
httpport = 8080
#启动模式dev|pro
runmode = dev
#web管理密码
password=123
#http监听端口
hostPort=8028
#basic auth认证用户名和密码
auth.user=test
auth.password=1234