Revert "Correct the name of a field."
This reverts commit b335561a55
.
It was actually correct.
labels
parent
24b11ea101
commit
ed193d2290
|
@ -43,7 +43,7 @@ get_db_engine <- function(group){
|
|||
if(!group %in% names(credentials))
|
||||
stop(paste("The credentials group",group, "does not exist in ./credentials.yaml. The only groups that exist in that file are:", paste(names(credentials), collapse = ","), ". Did you forget to set the group in [PHONE_DATA_STREAMS][aware_mysql][DATABASE_GROUP] in config.yaml?"))
|
||||
dbEngine <- dbConnect(Postgres(), db = credentials[[group]][["database"]],
|
||||
username = credentials[[group]][["user"]],
|
||||
user = credentials[[group]][["user"]],
|
||||
password = credentials[[group]][["password"]],
|
||||
host = credentials[[group]][["host"]],
|
||||
port = credentials[[group]][["port"]])
|
||||
|
|
Loading…
Reference in New Issue