update DB address
This commit is contained in:
parent
dec6ae08e6
commit
62f4dfdf8c
1 changed files with 5 additions and 5 deletions
2
R/db.R
2
R/db.R
|
|
@ -3,7 +3,7 @@
|
|||
#' @export
|
||||
dbcon <- function() {
|
||||
DBI::dbConnect(RPostgres::Postgres(),
|
||||
dbname = "build_metadata", host = "postgres-arm-binaries-r.devxy.io",
|
||||
dbname = "build_metadata", host = "r-binaries.devxy.io",
|
||||
port = 15432, user = "arm_binaries", password = Sys.getenv("PGPASS")
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue