Skip to content

Commit

Permalink
remove line to connect to db
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewilkinson committed Jan 24, 2024
1 parent 31dd9a9 commit 34a7672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

# Delete DATABASE_URL from the environment, so it isn't accidently
# passed to subprocesses. DATABASE_URL may contain passwords.
DB = Sequel.connect ENV.delete 'DATABASE_URL'
# DB = Sequel.connect ENV.delete 'DATABASE_URL'

0 comments on commit 34a7672

Please sign in to comment.