Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/main/resources/application-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ hapi:
### the deepest folder level will be used. E.g. - if you put file:/foo/bar/bazz as value then the files are resolved under /static/bazz/**
#staticLocation: file:/foo/bar/bazz
### enable to set the Server URL
server_address: https://localhost:8080/oauth/fhir
# ******* IMPORTANT *******
# Adjusting server_address requires updating the proxy string replace function in the API Project
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'd be good to add at least the filename so its easier to find it: fhir-r4-proxy.ts

or relative path within OSS: packages/api/src/routes/medical/fhir-r4-proxy.ts

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

# *************************
server_address: http://127.0.0.1:8080/oauth/fhir
# defer_indexing_for_codesystems_of_size: 101
# install_transitive_ig_dependencies: true
# implementationguides:
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/application-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ hapi:
### the deepest folder level will be used. E.g. - if you put file:/foo/bar/bazz as value then the files are resolved under /static/bazz/**
#staticLocation: file:/foo/bar/bazz
## enable to set the Server URL
# ******* IMPORTANT *******
# Adjusting server_address requires updating the proxy string replace function in the API Project
# *************************
server_address: https://api.metriport.com/oauth/fhir
# defer_indexing_for_codesystems_of_size: 101
# install_transitive_ig_dependencies: true
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/application-sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ hapi:
### the deepest folder level will be used. E.g. - if you put file:/foo/bar/bazz as value then the files are resolved under /static/bazz/**
#staticLocation: file:/foo/bar/bazz
### enable to set the Server URL
# ******* IMPORTANT *******
# Adjusting server_address requires updating the proxy string replace function in the API Project
# *************************
server_address: https://api.sandbox.metriport.com/oauth/fhir
# defer_indexing_for_codesystems_of_size: 101
# install_transitive_ig_dependencies: true
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/application-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ hapi:
### the deepest folder level will be used. E.g. - if you put file:/foo/bar/bazz as value then the files are resolved under /static/bazz/**
#staticLocation: file:/foo/bar/bazz
### enable to set the Server URL
# ******* IMPORTANT *******
# Adjusting server_address requires updating the proxy string replace function in the API Project
# *************************
server_address: https://api.staging.metriport.com/oauth/fhir
# defer_indexing_for_codesystems_of_size: 101
# install_transitive_ig_dependencies: true
Expand Down