app.conf 285 B

1234567891011121314151617181920
  1. appname = httpMonitor
  2. #web管理端口
  3. httpport = 8080
  4. #启动模式dev|pro
  5. runmode = dev
  6. #web管理密码
  7. password=123
  8. #http监听端口
  9. hostPort=8028
  10. #basic auth认证用户名和密码,为空则不验证
  11. auth.user=test
  12. auth.password=1234
  13. #是否加密传输(0|1)
  14. crypt=1