revert local changes for testing

This commit is contained in:
ramil 2020-10-20 18:54:06 +03:00
parent 797450dd2a
commit bf46200c07

View File

@ -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{})
}