Skip to content

Commit

Permalink
obscure DB host
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate-Wessel committed Jul 24, 2024
1 parent ed824c2 commit cde6a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/total-fleet-size.r
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ library('dbplyr')

con <- DBI::dbConnect(
RPostgres::Postgres(),
host = 'trans-bdit-db-prod0-rds-smkrfjrhhbft.cpdcqisgj1fj.ca-central-1.rds.amazonaws.com',
host = 'insert DB host here',
user = 'nwessel',
dbname = 'bigdata',
password = rstudioapi::askForPassword("Database password")
Expand Down

0 comments on commit cde6a1c

Please sign in to comment.