Use ipld-eth-db docker image.

This commit is contained in:
Arijit Das
2021-10-12 12:33:48 +05:30
parent 2a1ec043b8
commit 25b49f784b
6 changed files with 12 additions and 28 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ func SetupDB() (*postgres.DB, error) {
User: "vdbm",
Password: "password",
Hostname: "localhost",
Name: "vulcanize_testing",
Name: "vulcanize_public",
Port: 8077,
})
return postgres.NewDB(uri, postgres.ConnectionConfig{}, node.Info{})