mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-03 23:20:25 +08:00
阶段性提交
This commit is contained in:
1
build/configs/README.md
Normal file
1
build/configs/README.md
Normal file
@@ -0,0 +1 @@
|
||||
* `global.yaml` - 全局配置
|
||||
@@ -1,4 +1,4 @@
|
||||
rpc:
|
||||
endpoints: [ "127.0.0.1:8003" ]
|
||||
nodeId: ""
|
||||
secret: ""
|
||||
endpoints: [ ${endpoints} ]
|
||||
nodeId: "${nodeId}"
|
||||
secret: "${nodeSecret}"
|
||||
Reference in New Issue
Block a user