Commit c056eb0f authored by harrylee's avatar harrylee

fix a bug for parse config

parent 01276228
Pipeline #8353 failed with stages
...@@ -112,14 +112,14 @@ func DefaultConfig() *Config { ...@@ -112,14 +112,14 @@ func DefaultConfig() *Config {
}, },
Appchains: []Appchain{ Appchains: []Appchain{
{ {
Enable: true, Enable: false,
Type: "appchain", Type: "appchain",
DID: "did:bitxhub:appchain:.", DID: "did:bitxhub:appchain:.",
Plugin: "appchain_plugin", Plugin: "appchain_plugin",
Config: "fabric", Config: "fabric",
}, },
{ {
Enable: true, Enable: false,
Type: "hub", Type: "hub",
DID: "did:bitxhub:chain33:.", DID: "did:bitxhub:chain33:.",
Plugin: "appchain_plugin", Plugin: "appchain_plugin",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment