阶段性提交

This commit is contained in:
刘祥超
2020-09-13 20:37:28 +08:00
parent 6f5faf66f7
commit 512a1ac013
89 changed files with 1364 additions and 12899 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ func (this *NodeInstaller) Install(dir string, params interface{}) error {
return err
}
data = bytes.ReplaceAll(data, []byte("${endpoint}"), []byte(nodeParams.Endpoint))
data = bytes.ReplaceAll(data, []byte("${endpoints}"), []byte(nodeParams.QuoteEndpoints()))
data = bytes.ReplaceAll(data, []byte("${nodeId}"), []byte(nodeParams.NodeId))
data = bytes.ReplaceAll(data, []byte("${nodeSecret}"), []byte(nodeParams.Secret))