Skip to content

Commit 23c60aa

Browse files
authored
Update database.yml
correction typo
1 parent 990e586 commit 23c60aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/database.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ production:
2424
<<: *default
2525
adapter: postgresql
2626
encoding: unicode
27-
host: <%= ENV["DATABSE_HOST"] %>
28-
database: <%= ENV["DATABSE_NAME"] %>
27+
host: <%= ENV["DATABASE_HOST"] %>
28+
database: <%= ENV["DATABASE_NAME"] %>
2929
pool: 5
30-
username: <%= ENV["DATABSE_USERNAME"] %>
31-
password: <%= ENV["DATABSE_PASSWORD"] %>
30+
username: <%= ENV["DATABASE_USERNAME"] %>
31+
password: <%= ENV["DATABASE_PASSWORD"] %>

0 commit comments

Comments
 (0)