Skip to content

Commit 99b8418

Browse files
committed
config: add STRINGER_DATABASE_{HOST,PORT}
1 parent 0d0b7dd commit 99b8418

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/database.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ production:
1212
pool: 5
1313
database: <%= ENV['STRINGER_DATABASE'] || "stringer" %>
1414
username: <%= ENV['STRINGER_DATABASE_USERNAME'] %>
15-
password: <%= ENV['STRINGER_DATABASE_PASSWORD'] %>
15+
password: <%= ENV['STRINGER_DATABASE_PASSWORD'] %>
16+
host: <%= ENV['STRINGER_DATABASE_HOST'] %>
17+
port: <%= ENV['STRINGER_DATABASE_PORT'] %>

0 commit comments

Comments
 (0)