mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-02 11:56:53 +00:00
Code optimization
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
appname = nps
|
||||
#Boot mode(dev|pro)
|
||||
runmode = dev
|
||||
|
||||
|
||||
runmode = pro
|
||||
|
||||
#HTTP(S) proxy port, no startup if empty
|
||||
http_proxy_port=80
|
||||
#https_proxy_port=443
|
||||
https_proxy_port=443
|
||||
https_just_proxy=true
|
||||
#certFile absolute path
|
||||
pem_path=conf/server.pem
|
||||
#pem_path=conf/server.pem
|
||||
#KeyFile absolute path
|
||||
key_path=conf/server.key
|
||||
#key_path=conf/server.key
|
||||
|
||||
##bridge
|
||||
bridge_type=tcp
|
||||
@@ -42,7 +40,8 @@ web_username=admin
|
||||
web_password=123
|
||||
web_port = 8080
|
||||
web_ip=0.0.0.0
|
||||
#Web API unauthenticated IP address
|
||||
|
||||
#Web API unauthenticated IP address(the len of auth_crypt_key must be 16)
|
||||
auth_key=test
|
||||
auth_crypt_key =1234567812345678
|
||||
|
||||
|
Reference in New Issue
Block a user