We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a3cf31 commit 8b9447fCopy full SHA for 8b9447f
config/database.yml
@@ -24,9 +24,9 @@ deploy_default: &deploy_default
24
database: prior_year_access
25
host: <%= ENV["DATABASE_HOST"] if ENV["DATABASE_USER"] %>
26
username: <%= ENV["DATABASE_USER"] if ENV["DATABASE_USER"] %>
27
+ password: <%= ENV["DATABASE_PASSWORD"] if ENV["DATABASE_PASSWORD"] %>
28
url: <%= ENV["DATABASE_URL"] %>
- sslmode: require
29
- aws_rds_iam_auth_token_generator: default
+ # aws_rds_iam_auth_token_generator: default
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