fix user
This commit is contained in:
parent
4400d300a5
commit
5e43c25acf
1 changed files with 24 additions and 24 deletions
2
R/db.R
2
R/db.R
|
|
@ -4,7 +4,7 @@
|
|||
dbcon <- function() {
|
||||
DBI::dbConnect(RPostgres::Postgres(),
|
||||
dbname = "build_metadata", host = "r-binaries.devxy.io",
|
||||
port = 15432, user = "arm_binaries", password = Sys.getenv("PGPASS")
|
||||
port = 15432, user = "r_binaries", password = Sys.getenv("PGPASS")
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue