nps/conf/app.conf

20 lines
285 B
Plaintext
Raw Normal View History

2018-12-11 08:37:12 +00:00
appname = httpMonitor
2019-01-02 17:44:45 +00:00
2018-12-30 14:36:15 +00:00
#web管理端口
2018-12-11 08:37:12 +00:00
httpport = 8080
2019-01-02 17:44:45 +00:00
2018-12-30 14:36:15 +00:00
#启动模式dev|pro
2018-12-11 08:37:12 +00:00
runmode = dev
2019-01-02 17:44:45 +00:00
2018-12-30 14:36:15 +00:00
#web管理密码
2018-12-11 08:37:12 +00:00
password=123
2019-01-02 17:44:45 +00:00
2018-12-30 14:36:15 +00:00
#http监听端口
2018-12-11 08:37:12 +00:00
hostPort=8028
2019-01-02 17:44:45 +00:00
#basic auth认证用户名和密码为空则不验证
2018-12-30 14:36:15 +00:00
auth.user=test
2019-01-02 17:44:45 +00:00
auth.password=1234
#是否加密传输0|1
crypt=1