Skip to content

Commit

Permalink
remove exposed db connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
charamzic committed Aug 25, 2024
1 parent a7f9dc2 commit 00b3713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ test:
# ensure the database is located in a persisted volume.
production:
<<: *default
url: postgresql://postgres:[email protected]:55809/railway
url: <%= ENV['DATABASE_URL'] %>
# database: path/to/persistent/storage/production.sqlite3

0 comments on commit 00b3713

Please sign in to comment.