Skip to content

Commit

Permalink
Merge pull request #312 from RockefellerArchiveCenter/config-update
Browse files Browse the repository at this point in the history
Update the config file
  • Loading branch information
p-galligan authored Sep 10, 2024
2 parents 2fcf967 + de27943 commit 309d20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions argo/config.py.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ SQL_USER = "${SQL_USER}"
SQL_PASSWORD = "${SQL_PASSWORD}"
SQL_HOST = "${SQL_HOST}"
SQL_PORT = ${SQL_PORT}
USE_X_FORWARDED_HOST = "${USE_X_FORWARDED_HOST}"
SECURE_PROXY_SSL_HEADER = "${SECURE_PROXY_SSL_HEADER}"
USE_X_FORWARDED_HOST = ${USE_X_FORWARDED_HOST}
SECURE_PROXY_SSL_HEADER = ${SECURE_PROXY_SSL_HEADER}

0 comments on commit 309d20f

Please sign in to comment.