1.4.5.2
This commit is contained in:
5
EdgeUser/build/configs/.gitignore
vendored
Normal file
5
EdgeUser/build/configs/.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
server.yaml
|
||||
api.yaml
|
||||
api_user.yaml
|
||||
*.pem
|
||||
*.key
|
||||
3
EdgeUser/build/configs/api_user.template.yaml
Normal file
3
EdgeUser/build/configs/api_user.template.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
rpc.endpoints: [ "http://127.0.0.1:8003" ]
|
||||
nodeId: ""
|
||||
secret: ""
|
||||
16
EdgeUser/build/configs/server.template.yaml
Normal file
16
EdgeUser/build/configs/server.template.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
# environment code
|
||||
env: prod
|
||||
|
||||
# http
|
||||
http:
|
||||
"on": true
|
||||
listen: [ "0.0.0.0:7799" ]
|
||||
|
||||
# https
|
||||
https:
|
||||
"on": false
|
||||
listen: [ "0.0.0.0:443"]
|
||||
cert: ""
|
||||
key: ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user