Skip to content

Commit d5eae8b

Browse files
authored
Require SSL connections to databases in deployed environments (#116)
1 parent 36773bd commit d5eae8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

template/{{app_name}}/config/database.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,6 @@ production:
9494
# Enable AWS RDS IAM Auth token generator
9595
# For more details, see: https://github.com/haines/pg-aws_rds_iam
9696
aws_rds_iam_auth_token_generator: default
97+
98+
# Require SSL when connecting to the database
99+
sslmode: require

0 commit comments

Comments
 (0)