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{
|
return postgres.NewDB(postgres.Config{
|
||||||
Hostname: "localhost",
|
Hostname: "localhost",
|
||||||
Name: "vulcanize_testing",
|
Name: "vulcanize_testing",
|
||||||
Port: 8077,
|
Port: 5432,
|
||||||
User: "vdbm",
|
|
||||||
Password: "password",
|
|
||||||
}, node.Info{})
|
}, node.Info{})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user