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 bd61f46 commit 990e586Copy full SHA for 990e586
config/database.yml
@@ -24,8 +24,8 @@ production:
24
<<: *default
25
adapter: postgresql
26
encoding: unicode
27
- host: HOST
28
- database: DATABASE
+ host: <%= ENV["DATABSE_HOST"] %>
+ database: <%= ENV["DATABSE_NAME"] %>
29
pool: 5
30
- username: USERNAME
31
- password: PASSWORD
+ username: <%= ENV["DATABSE_USERNAME"] %>
+ password: <%= ENV["DATABSE_PASSWORD"] %>
0 commit comments