Skip to content

Commit 2afb731

Browse files
committed
Fix 9341d6e (Enable DB_SSLMODE=verify-full)
1 parent 5daab59 commit 2afb731

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default: &default
55
connect_timeout: 15
66
encoding: unicode
77
sslmode: <%= ENV['DB_SSLMODE'] || "prefer" %>
8-
sslrootcert: system
8+
sslrootcert: <%= ENV['DB_SSLROOTCERT'] || '' %>
99
application_name: ''
1010

1111
development:

0 commit comments

Comments
 (0)