Skip to content

Commit

Permalink
fix user
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchard committed Nov 29, 2024
1 parent 955c23e commit a81161d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ connectionDetails <- DatabaseConnector::createConnectionDetails(
dbms = "postgresql",
server = serverStr,
port = Sys.getenv("shinydbPort"),
user = "marc",
user = "shinyproxy",
password = Sys.getenv("shinydbPw")
)

Expand Down

0 comments on commit a81161d

Please sign in to comment.