Skip to content

Commit

Permalink
Merge pull request #73 from ElsonOtake/main
Browse files Browse the repository at this point in the history
Remove elephant sql setting
  • Loading branch information
ElsonOtake authored Oct 13, 2023
2 parents ec3eb76 + 1dd0381 commit 8f5843c
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 8f5843c

Please sign in to comment.