Skip to content

Commit

Permalink
Merge pull request #324 from RockefellerArchiveCenter/citation-vars
Browse files Browse the repository at this point in the history
correct variables
  • Loading branch information
helrond authored Dec 3, 2024
2 parents dbf76aa + eb64451 commit eb52d42
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 @@ -13,6 +13,6 @@ SQL_HOST = "${SQL_HOST}"
SQL_PORT = ${SQL_PORT}
USE_X_FORWARDED_HOST = ${USE_X_FORWARDED_HOST}
SECURE_PROXY_SSL_HEADER = ${SECURE_PROXY_SSL_HEADER}
CITATION_REPOSITORY_NAME = "${REPOSITORY_NAME}"
CITATION_REPOSITORY_BASEURL = "${REPOSITORY_BASEURL}"
CITATION_REPOSITORY_NAME = "${CITATION_REPOSITORY_NAME}"
CITATION_REPOSITORY_BASEURL = "${CITATION_REPOSITORY_BASEURL}"
CITATION_SEPARATOR = "${CITATION_SEPARATOR}"

0 comments on commit eb52d42

Please sign in to comment.