This commit is contained in:
unknown
2026-02-04 20:27:13 +08:00
commit 3b042d1dad
9410 changed files with 1488147 additions and 0 deletions

5
EdgeUser/build/configs/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
server.yaml
api.yaml
api_user.yaml
*.pem
*.key

View File

@@ -0,0 +1,3 @@
rpc.endpoints: [ "http://127.0.0.1:8003" ]
nodeId: ""
secret: ""

View 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: ""