mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-04 22:00:43 +00:00
20 lines
305 B
Plaintext
Executable File
20 lines
305 B
Plaintext
Executable File
appname = easyProxy
|
||
|
||
#web管理端口
|
||
httpport = 8080
|
||
|
||
#启动模式dev|pro
|
||
runmode = pro
|
||
|
||
#web管理密码
|
||
password=123
|
||
|
||
#http监听端口
|
||
hostPort=8028
|
||
|
||
#basic auth认证用户名和密码,为空则不验证,全局控制
|
||
auth.user=
|
||
auth.password=
|
||
|
||
#是否加密传输(0|1),全局控制
|
||
crypt=0 |