Skip to content

Commit b41b3e0

Browse files
committed
Update config
Signed-off-by: Simon Gellis <simongellis@gmail.com>
1 parent c5e41c9 commit b41b3e0

File tree

1 file changed

+3
-3
lines changed
  • internal/blockchain/cardano/connector/cardanoconnect

1 file changed

+3
-3
lines changed

internal/blockchain/cardano/connector/cardanoconnect/config.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ type BlockchainConfig struct {
5757

5858
type ContractsConfig struct {
5959
ComponentsPath string `yaml:"componentsPath"`
60-
StorePath string `yaml:"storePath"`
60+
StoresPath string `yaml:"storesPath"`
6161
}
6262

6363
type 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
},

0 commit comments

Comments
 (0)