We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d42d9 commit 87e8821Copy full SHA for 87e8821
config/database.yml
@@ -26,6 +26,7 @@ deploy_default: &deploy_default
26
username: <%= ENV["DATABASE_USER"] if ENV["DATABASE_USER"] %>
27
url: <%= ENV["DATABASE_URL"] %>
28
aws_rds_iam_auth_token_generator: default
29
+ sslmode: require
30
31
# Store production database in the storage/ directory, which by default
32
# is mounted as a persistent Docker volume in config/deploy.yml.
0 commit comments