Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit 9a5dabb

Browse files
committed
fix ci v2
1 parent 096a19e commit 9a5dabb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/database.yml

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ test:
5959
<<: *default
6060
database: contribulator_test
6161
host: localhost
62+
username: <%= ENV.fetch('POSTGRES_USER') { '' } %>
63+
password: <%= ENV.fetch('POSTGRES_PASSWORD') { '' } %>
6264

6365
# As with config/secrets.yml, you never want to store sensitive information,
6466
# like your database password, in your source code. If your source code is

0 commit comments

Comments
 (0)