Skip to content

Commit

Permalink
use static url for reference server
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammjammjamm committed Dec 13, 2023
1 parent b6f59e9 commit d45eae7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "text",
"title": "Standalone FHIR Endpoint",
"description": "URL of the FHIR endpoint used by standalone applications",
"value": "<%= ENV.fetch('INFERNO_HOST', 'https://inferno.healthit.gov') %>/reference-server/r4"
"value": "https://inferno.healthit.gov/reference-server/r4"
},
{
"name": "standalone_client_id",
Expand Down Expand Up @@ -282,7 +282,7 @@
"type": "text",
"title": "Backend Services Token Endpoint",
"description": "The OAuth 2.0 Token Endpoint used by the Backend Services specification\n to provide bearer tokens.",
"value": "<%= ENV.fetch('INFERNO_HOST', 'https://inferno.healthit.gov') %>/reference-server/oauth/token"
"value": "https://inferno.healthit.gov/reference-server/oauth/token"
},
{
"name": "bulk_client_id",
Expand Down Expand Up @@ -342,7 +342,7 @@
"type": "text",
"title": "Bulk Data FHIR URL",
"description": "The URL of the Bulk FHIR server.",
"value": "<%= ENV.fetch('INFERNO_HOST', 'https://inferno.healthit.gov') %>/reference-server/r4"
"value": "https://inferno.healthit.gov/reference-server/r4"
},
{
"name": "group_id",
Expand Down

0 comments on commit d45eae7

Please sign in to comment.