nps/conf/app.conf

33 lines
629 B
Plaintext
Raw Normal View History

2019-02-03 09:25:00 +00:00
appname = nps
2019-01-02 17:44:45 +00:00
2019-02-09 09:07:47 +00:00
#Web Management Port
httpport = 8080
2019-01-02 17:44:45 +00:00
2019-02-09 09:07:47 +00:00
#Boot mode(dev|pro)
2019-01-09 12:33:00 +00:00
runmode = dev
2019-01-02 17:44:45 +00:00
2019-02-09 09:07:47 +00:00
#Web Management Password
2018-12-11 08:37:12 +00:00
password=123
2019-01-02 17:44:45 +00:00
2019-02-09 09:07:47 +00:00
##Communication Port between Client and Server
##If the data transfer mode is tcp, it is TCP port
##If the data transfer mode is kcp, it is UDP port
bridgePort=8284
2019-01-29 03:20:39 +00:00
2019-02-09 09:07:47 +00:00
#Web API unauthenticated IP address
2019-01-29 03:20:39 +00:00
authip=127.0.0.1
2019-02-09 09:07:47 +00:00
##HTTP proxy port, no startup if empty
httpProxyPort=80
2019-02-09 09:07:47 +00:00
##HTTPS proxy port, no startup if empty
2019-02-01 02:42:13 +00:00
httpsProxyPort=
2019-02-09 09:07:47 +00:00
##certFile absolute path
pemPath=/etc/nginx/certificate.crt
2019-02-09 09:07:47 +00:00
##KeyFile absolute path
keyPath=/etc/nginx/private.key
##Data transmission mode(kcp or tcp)
bridgeType=tcp