Skip to content

Commit

Permalink
removed database url for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lnfel committed Dec 8, 2019
1 parent c74aa54 commit 697558b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ test:
production:
adapter: postgresql
secret_key_base: <%= Rails.application.credentials.dig(:secret_key_base) %>
url: <%= Rails.application.credentials.dig(:database_url) %>
rails_master_key: <%= ENV['RAILS_MASTER_KEY'] %>
encoding: unicode
pool: 5

# url: <%= Rails.application.credentials.dig(:database_url) %>

0 comments on commit 697558b

Please sign in to comment.