nps/conf/app.conf
2019-01-03 01:44:45 +08:00

20 lines
285 B
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

appname = httpMonitor
#web管理端口
httpport = 8080
#启动模式dev|pro
runmode = dev
#web管理密码
password=123
#http监听端口
hostPort=8028
#basic auth认证用户名和密码为空则不验证
auth.user=test
auth.password=1234
#是否加密传输0|1
crypt=1