nps/conf/app.conf

20 lines
305 B
Plaintext
Raw Normal View History

2019-01-03 16:21:23 +00:00
appname = easyProxy
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
2019-01-03 16:21:23 +00:00
runmode = pro
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
2019-01-03 16:21:23 +00:00
#basic auth认证用户名和密码为空则不验证全局控制
auth.user=
auth.password=
2019-01-02 17:44:45 +00:00
2019-01-03 16:21:23 +00:00
#是否加密传输0|1全局控制
crypt=0