Skip to content

Commit

Permalink
Reverting setting change
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-moore-97 committed Mar 22, 2024
1 parent 56b12fb commit c985f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gdrive/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
ES_HOST = os.getenv("ES_HOST")
ES_PORT = os.getenv("ES_PORT")

QUALTRICS_APP_URL = os.getenv("QUALTRIX_APP_HOST")
QUALTRICS_APP_URL = os.getenv("QUALTRIX_APP_URL")
QUALTRICS_APP_PORT = os.getenv("QUALTRIX_APP_PORT")

RAW_COMPLETIONS_SHEET_NAME = os.getenv("GDRIVE_RAW_COMPLETIONS_SHEET_NAME", "Sheet1")
Expand Down
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ applications:
env:
ES_HOST: identity-idva-es-proxy-((ENVIRONMENT)).apps.internal
ES_PORT: 8080
QUALTRICS_APP_HOST: idva-qualtrix-((ENVIRONMENT)).apps.internal
QUALTRICS_APP_URL: idva-qualtrix-((ENVIRONMENT)).apps.internal
QUALTRICS_APP_PORT: 8080
NO_PROXY: .apps.internal

0 comments on commit c985f88

Please sign in to comment.