Skip to content

Commit

Permalink
fix: 🐛 database.yml の Typo を修正した (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer authored Jun 17, 2022
1 parent 5ed3678 commit 318b665
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 @@ -14,7 +14,7 @@ production:
development:
<<: *default
database: suikoden_election_2022_development
host: <%= ENV['POSTGRES_HOST_TEST'] || 'localhost' %>
host: <%= ENV['POSTGRES_HOST_DEVELOPMENT'] || 'localhost' %>
port: <%= ENV['POSTGRES_PORT_DEVELOPMENT'] || 5432 %>
username: <%= ENV['POSTGRES_USERNAME_DEVELOPMENT'] || 'root' %>
password: <%= ENV['POSTGRES_PASSWORD_DEVELOPMENT'] || 'postgres' %>
Expand Down

0 comments on commit 318b665

Please sign in to comment.