@@ -244,22 +244,22 @@ hapi:
244
244
245
245
# ## Uncomment the following section, and any sub-properties you need in order to enable
246
246
# ## partitioning support on this server.
247
- partitioning :
248
- allow_references_across_partitions : false
249
- partitioning_include_in_search_hashes : false
250
- default_partition_id : 0
247
+ # partitioning:
248
+ # allow_references_across_partitions: false
249
+ # partitioning_include_in_search_hashes: false
250
+ # default_partition_id: 0
251
251
# ## Enable the following setting to enable Database Partitioning Mode
252
252
# ## See: https://hapifhir.io/hapi-fhir/docs/server_jpa_partitioning/db_partition_mode.html
253
- database_partition_mode_enabled : true
253
+ # database_partition_mode_enabled: true
254
254
# ## Partition Style: Partitioning requires a partition interceptor which helps the server
255
255
# ## select which partition(s) should be accessed for a given request. You can supply your
256
256
# ## own interceptor (see https://hapifhir.io/hapi-fhir/docs/server_jpa_partitioning/partitioning.html#partition-interceptors )
257
257
# ## but the following setting can also be used to use a built-in form.
258
258
# ## Patient ID Partitioning Mode uses the patient/subject ID to determine the partition
259
- patient_id_partitioning_mode : true
259
+ # patient_id_partitioning_mode: true
260
260
# ## Request tenant mode can be used for a multi-tenancy setup where the request path is
261
261
# ## expected to have an additional path element, e.g. GET http://example.com/fhir/TENANT-ID/Patient/A
262
- request_tenant_partitioning_mode : false
262
+ # request_tenant_partitioning_mode: false
263
263
264
264
cors :
265
265
allow_Credentials : true
0 commit comments