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

Commit 0dbb193

Browse files
Merge pull request #460 from OperationCode/revert-459-password_change
Revert "add user and password values to prod"
2 parents e1181ba + 21c1afe commit 0dbb193

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config/database.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,4 @@ test:
3535
production:
3636
<<: *default
3737
host: <%= ENV['POSTGRES_HOST'].present? ? ENV['POSTGRES_HOST'] : 'operationcode-psql-postgresql' %>
38-
user: <%= ENV['POSTGRES_USER'] %>
3938
database: operationcode_production
40-
password: <%= ENV['POSTGRES_PASSWORD'] %>

0 commit comments

Comments
 (0)