Skip to content

Commit

Permalink
♻️ Add FHIR server direct URL for tests to use
Browse files Browse the repository at this point in the history
  • Loading branch information
znatty22 committed Jul 29, 2024
1 parent 37bd52a commit 8fc44ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added src/__init__.py
Empty file.
1 change: 1 addition & 0 deletions src/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

BASE_URL = os.environ.get("FHIR_ENDPOINT")
FHIR_URL = BASE_URL
FHIR_DIRECT_URL = os.environ.get("FHIR_DIRECT_ENDPOINT")
FHIR_APP_ADMIN = os.environ.get("FHIR_APP_ADMIN")
FHIR_APP_ADMIN_PW = os.environ.get("FHIR_APP_ADMIN_PW")
FHIR_TEST_USER_PW = os.environ.get("FHIR_TEST_USER_PW")
Expand Down

0 comments on commit 8fc44ef

Please sign in to comment.