Skip to content

Commit

Permalink
Remove elephant sql setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ElsonOtake committed Oct 13, 2023
1 parent ec3eb76 commit 1dd0381
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,4 @@ test:
#
production:
<<: *default
# url: <%= ENV['DATABASE_URL'] %>

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

0 comments on commit 1dd0381

Please sign in to comment.