You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ### Partition Style: Partitioning requires a partition interceptor which helps the server
250
+
# ### select which partition(s) should be accessed for a given request. You can supply your
251
+
# ### own interceptor (see https://hapifhir.io/hapi-fhir/docs/server_jpa_partitioning/partitioning.html#partition-interceptors )
252
+
# ### but the following setting can also be used to use a built-in form.
253
+
# ### Patient ID Partitioning Mode uses the patient/subject ID to determine the partition
254
+
# patient_id_partitioning_mode: false
255
+
# ### Request tenant mode can be used for a multi-tenancy setup where the request path is
256
+
# ### expected to have an additional path element, e.g. GET http://example.com/fhir/TENANT-ID/Patient/A
257
+
# request_tenant_partitioning_mode: false
258
+
244
259
cors:
245
260
allow_Credentials: true
246
261
# These are allowed_origin patterns, see: https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/cors/CorsConfiguration.html#setAllowedOriginPatterns-java.util.List-
0 commit comments