[WIP] don't write to public.node from ipld-eth-server (#37)
* don't write to public.node from ipld-eth-server * update ipld-eth-indexer to version v0.7.0-alpha
This commit was merged in pull request #37.
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ func NewConfig() (*Config, error) {
|
||||
}
|
||||
c.HTTPEndpoint = httpPath
|
||||
overrideDBConnConfig(&c.DBConfig)
|
||||
serveDB := utils.LoadPostgres(c.DBConfig, nodeInfo)
|
||||
serveDB := utils.LoadPostgres(c.DBConfig, nodeInfo, false)
|
||||
prom.RegisterDBCollector(c.DBConfig.Name, serveDB.DB)
|
||||
c.DB = &serveDB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user