We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36773bd commit d5eae8bCopy full SHA for d5eae8b
template/{{app_name}}/config/database.yml
@@ -94,3 +94,6 @@ production:
94
# Enable AWS RDS IAM Auth token generator
95
# For more details, see: https://github.com/haines/pg-aws_rds_iam
96
aws_rds_iam_auth_token_generator: default
97
+
98
+ # Require SSL when connecting to the database
99
+ sslmode: require
0 commit comments