We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990e586 commit 23c60aaCopy full SHA for 23c60aa
config/database.yml
@@ -24,8 +24,8 @@ production:
24
<<: *default
25
adapter: postgresql
26
encoding: unicode
27
- host: <%= ENV["DATABSE_HOST"] %>
28
- database: <%= ENV["DATABSE_NAME"] %>
+ host: <%= ENV["DATABASE_HOST"] %>
+ database: <%= ENV["DATABASE_NAME"] %>
29
pool: 5
30
- username: <%= ENV["DATABSE_USERNAME"] %>
31
- password: <%= ENV["DATABSE_PASSWORD"] %>
+ username: <%= ENV["DATABASE_USERNAME"] %>
+ password: <%= ENV["DATABASE_PASSWORD"] %>
0 commit comments