forked from cerc-io/ipld-eth-server
config example fixes
This commit is contained in:
parent
f37c458992
commit
05cb06c2d3
@ -292,7 +292,7 @@ The config provides information for composing a set of transformers:
|
|||||||
type = "eth_event"
|
type = "eth_event"
|
||||||
repository = "github.com/account/repo"
|
repository = "github.com/account/repo"
|
||||||
migrations = "db/migrations"
|
migrations = "db/migrations"
|
||||||
rank = "2"
|
rank = "0"
|
||||||
[exporter.transformer3]
|
[exporter.transformer3]
|
||||||
path = "path/to/transformer3"
|
path = "path/to/transformer3"
|
||||||
type = "eth_event"
|
type = "eth_event"
|
||||||
|
@ -65,7 +65,7 @@ var composeCmd = &cobra.Command{
|
|||||||
type = "eth_event"
|
type = "eth_event"
|
||||||
repository = "github.com/account/repo"
|
repository = "github.com/account/repo"
|
||||||
migrations = "db/migrations"
|
migrations = "db/migrations"
|
||||||
rank = "2"
|
rank = "0"
|
||||||
[exporter.transformer3]
|
[exporter.transformer3]
|
||||||
path = "path/to/transformer3"
|
path = "path/to/transformer3"
|
||||||
type = "eth_event"
|
type = "eth_event"
|
||||||
|
Loading…
Reference in New Issue
Block a user