Update DB name.

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