Skip to content

Commit

Permalink
Changing X to CS
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-moore-97 committed Mar 22, 2024
1 parent c985f88 commit 8d1c17c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gdrive/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
ES_HOST = os.getenv("ES_HOST")
ES_PORT = os.getenv("ES_PORT")

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

RAW_COMPLETIONS_SHEET_NAME = os.getenv("GDRIVE_RAW_COMPLETIONS_SHEET_NAME", "Sheet1")

Expand Down

0 comments on commit 8d1c17c

Please sign in to comment.