revert local changes for testing
This commit is contained in:
parent
797450dd2a
commit
bf46200c07
@ -34,9 +34,7 @@ func SetupDB() (*postgres.DB, error) {
|
||||
return postgres.NewDB(postgres.Config{
|
||||
Hostname: "localhost",
|
||||
Name: "vulcanize_testing",
|
||||
Port: 8077,
|
||||
User: "vdbm",
|
||||
Password: "password",
|
||||
Port: 5432,
|
||||
}, node.Info{})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user