diff --git a/src/main/resources/application-local.yaml b/src/main/resources/application-local.yaml index 577c9f6a8de..253021d9454 100644 --- a/src/main/resources/application-local.yaml +++ b/src/main/resources/application-local.yaml @@ -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 packages/api/src/routes/medical/fhir-r4-proxy.ts + # ************************* + server_address: http://127.0.0.1:8080/oauth/fhir # defer_indexing_for_codesystems_of_size: 101 # install_transitive_ig_dependencies: true # implementationguides: diff --git a/src/main/resources/application-production.yaml b/src/main/resources/application-production.yaml index 393d92e7924..cd344b31d44 100644 --- a/src/main/resources/application-production.yaml +++ b/src/main/resources/application-production.yaml @@ -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 packages/api/src/routes/medical/fhir-r4-proxy.ts + # ************************* server_address: https://api.metriport.com/oauth/fhir # defer_indexing_for_codesystems_of_size: 101 # install_transitive_ig_dependencies: true diff --git a/src/main/resources/application-sandbox.yaml b/src/main/resources/application-sandbox.yaml index 073c8cb3337..1a2e80431d8 100644 --- a/src/main/resources/application-sandbox.yaml +++ b/src/main/resources/application-sandbox.yaml @@ -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 packages/api/src/routes/medical/fhir-r4-proxy.ts + # ************************* server_address: https://api.sandbox.metriport.com/oauth/fhir # defer_indexing_for_codesystems_of_size: 101 # install_transitive_ig_dependencies: true diff --git a/src/main/resources/application-staging.yaml b/src/main/resources/application-staging.yaml index 6fc6b29313b..05211608723 100644 --- a/src/main/resources/application-staging.yaml +++ b/src/main/resources/application-staging.yaml @@ -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 packages/api/src/routes/medical/fhir-r4-proxy.ts + # ************************* server_address: https://api.staging.metriport.com/oauth/fhir # defer_indexing_for_codesystems_of_size: 101 # install_transitive_ig_dependencies: true