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

Revert "add user and password values to prod" #460

Merged
merged 1 commit into from
Nov 10, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,4 @@ test:
production:
<<: *default
host: <%= ENV['POSTGRES_HOST'].present? ? ENV['POSTGRES_HOST'] : 'operationcode-psql-postgresql' %>
user: <%= ENV['POSTGRES_USER'] %>
database: operationcode_production
password: <%= ENV['POSTGRES_PASSWORD'] %>