We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5daab59 commit 2afb731Copy full SHA for 2afb731
1 file changed
config/database.yml
@@ -5,7 +5,7 @@ default: &default
5
connect_timeout: 15
6
encoding: unicode
7
sslmode: <%= ENV['DB_SSLMODE'] || "prefer" %>
8
- sslrootcert: system
+ sslrootcert: <%= ENV['DB_SSLROOTCERT'] || '' %>
9
application_name: ''
10
11
development:
0 commit comments