File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
internal/blockchain/cardano/connector/cardanoconnect Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ type BlockchainConfig struct {
5757
5858type ContractsConfig struct {
5959 ComponentsPath string `yaml:"componentsPath"`
60- StorePath string `yaml:"storePath "`
60+ StoresPath string `yaml:"storesPath "`
6161}
6262
6363type PersistenceConfig struct {
@@ -128,7 +128,7 @@ func (c *Cardanoconnect) GenerateConfig(stack *types.Stack, org *types.Organizat
128128
129129 return & Config {
130130 Log : & types.LogConfig {
131- Level : "debug " ,
131+ Level : "info " ,
132132 },
133133 API : & APIConfig {
134134 Port : c .Port (),
@@ -143,7 +143,7 @@ func (c *Cardanoconnect) GenerateConfig(stack *types.Stack, org *types.Organizat
143143 },
144144 Contracts : & ContractsConfig {
145145 ComponentsPath : "/cardanoconnect/contracts/components" ,
146- StorePath : "/cardanoconnect/contracts/store.redb " ,
146+ StoresPath : "/cardanoconnect/contracts/stores " ,
147147 },
148148 SignerURL : fmt .Sprintf ("http://%s_cardanosigner:8555" , stack .Name ),
149149 },
You can’t perform that action at this time.
0 commit comments