require sslMode
This commit is contained in:
parent
c23011b811
commit
447e7791e5
1 changed files with 30 additions and 27 deletions
|
|
@ -5,7 +5,8 @@ store_build_metadata <- function(
|
|||
force = FALSE, error = NA, build_duration = NA, size = NA) {
|
||||
con <- DBI::dbConnect(RPostgres::Postgres(),
|
||||
dbname = "build_metadata", host = "r-binaries.devxy.io",
|
||||
port = 15432, user = "r_binaries", password = Sys.getenv("PGPASS")
|
||||
port = 15432, user = "r_binaries", password = Sys.getenv("PGPASS"),
|
||||
sslmode = "require"
|
||||
)
|
||||
|
||||
# Check if an entry with the same package_name and tag already exists
|
||||
|
|
|
|||
Loading…
Reference in a new issue