nps/conf/app.conf

12 lines
221 B
Plaintext
Raw Normal View History

2018-12-11 08:37:12 +00:00
appname = httpMonitor
2018-12-30 14:36:15 +00:00
#web管理端口
2018-12-11 08:37:12 +00:00
httpport = 8080
2018-12-30 14:36:15 +00:00
#启动模式dev|pro
2018-12-11 08:37:12 +00:00
runmode = dev
2018-12-30 14:36:15 +00:00
#web管理密码
2018-12-11 08:37:12 +00:00
password=123
2018-12-30 14:36:15 +00:00
#http监听端口
2018-12-11 08:37:12 +00:00
hostPort=8028
2018-12-30 14:36:15 +00:00
#basic auth认证用户名和密码
auth.user=test
auth.password=1234