2019-02-03 01:25:00 -08:00
|
|
|
appname = nps
|
2019-01-02 09:44:45 -08:00
|
|
|
|
2018-12-30 06:36:15 -08:00
|
|
|
#web管理端口
|
2019-02-05 08:35:23 -08:00
|
|
|
httpport = 8081
|
2019-01-02 09:44:45 -08:00
|
|
|
|
2018-12-30 06:36:15 -08:00
|
|
|
#启动模式dev|pro
|
2019-01-09 04:33:00 -08:00
|
|
|
runmode = dev
|
2019-01-02 09:44:45 -08:00
|
|
|
|
2018-12-30 06:36:15 -08:00
|
|
|
#web管理密码
|
2018-12-11 00:37:12 -08:00
|
|
|
password=123
|
2019-01-02 09:44:45 -08:00
|
|
|
|
2019-01-12 08:09:12 -08:00
|
|
|
##客户端与服务端通信端口
|
|
|
|
tcpport=8284
|
2019-01-28 19:20:39 -08:00
|
|
|
|
|
|
|
#web api免验证IP地址
|
|
|
|
authip=127.0.0.1
|
2019-01-31 10:06:30 -08:00
|
|
|
|
2019-02-05 08:35:23 -08:00
|
|
|
##http代理端口,为空则不启动
|
2019-01-31 10:06:30 -08:00
|
|
|
httpProxyPort=80
|
|
|
|
|
2019-02-05 08:35:23 -08:00
|
|
|
##https代理端口,为空则不启动
|
2019-01-31 18:42:13 -08:00
|
|
|
httpsProxyPort=
|
2019-01-31 10:06:30 -08:00
|
|
|
|
|
|
|
##certFile绝对路径
|
|
|
|
pemPath=/etc/nginx/certificate.crt
|
|
|
|
|
|
|
|
##keyFile绝对路径
|
2019-02-03 01:25:00 -08:00
|
|
|
keyPath=/etc/nginx/private.key
|