Skip to content

Commit 8b9447f

Browse files
committed
Commenting out to get to a debuggable state in staging
1 parent 5a3cf31 commit 8b9447f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/database.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ deploy_default: &deploy_default
2424
database: prior_year_access
2525
host: <%= ENV["DATABASE_HOST"] if ENV["DATABASE_USER"] %>
2626
username: <%= ENV["DATABASE_USER"] if ENV["DATABASE_USER"] %>
27+
password: <%= ENV["DATABASE_PASSWORD"] if ENV["DATABASE_PASSWORD"] %>
2728
url: <%= ENV["DATABASE_URL"] %>
28-
sslmode: require
29-
aws_rds_iam_auth_token_generator: default
29+
# aws_rds_iam_auth_token_generator: default
3030

3131
# Store production database in the storage/ directory, which by default
3232
# is mounted as a persistent Docker volume in config/deploy.yml.

0 commit comments

Comments
 (0)