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

Commit b7b6704

Browse files
author
wimo7083
committed
change format of env var lookup
1 parent 963956a commit b7b6704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ default: &default
2222
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
2323
user: <%= ENV['POSTGRES_USER'] %>
2424
host: <%= ENV['POSTGRES_HOST'] %>
25-
password: <%= OperationCode.fetch_secret_with name: :postgres_password %>
25+
password: <%= ENV['POSTGRES_PASSWORD'] %>
2626

2727
development:
2828
<<: *default

0 commit comments

Comments
 (0)