Skip to content

Commit

Permalink
Update production db
Browse files Browse the repository at this point in the history
  • Loading branch information
ElsonOtake committed Jan 4, 2024
1 parent bf26959 commit cb35752
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ default: &default
adapter: postgresql
encoding: unicode

database: <%= ENV['DATABASE_NAME'] %>
username: <%= ENV['DATABASE_USERNAME'] %>
password: <%= ENV['DATABASE_PASSWORD'] %>
host: <%= ENV['DATABASE_HOST'] %>
port: <%= ENV['DATABASE_PORT'] %>

# For details on connection pooling, see Rails configuration guide
# https://guides.rubyonrails.org/configuring.html#database-pooling
Expand Down Expand Up @@ -88,4 +85,4 @@ test:
#
production:
<<: *default
# url: <%= ENV['DATABASE_URL'] %>
url: <%= ENV['DATABASE_URL'] %>

0 comments on commit cb35752

Please sign in to comment.