We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0b7dd commit 99b8418Copy full SHA for 99b8418
config/database.yml
@@ -12,4 +12,6 @@ production:
12
pool: 5
13
database: <%= ENV['STRINGER_DATABASE'] || "stringer" %>
14
username: <%= ENV['STRINGER_DATABASE_USERNAME'] %>
15
- password: <%= ENV['STRINGER_DATABASE_PASSWORD'] %>
+ password: <%= ENV['STRINGER_DATABASE_PASSWORD'] %>
16
+ host: <%= ENV['STRINGER_DATABASE_HOST'] %>
17
+ port: <%= ENV['STRINGER_DATABASE_PORT'] %>
0 commit comments