Skip to content

Commit

Permalink
Merge pull request #313 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Update configs
  • Loading branch information
p-galligan authored Sep 10, 2024
2 parents 753273f + 309d20f commit 4fe2901
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 4fe2901

Please sign in to comment.