Skip to content

Commit 7299810

Browse files
authored
Merge pull request #845 from hapifhir/jkiddo-patch-4
Default back to not running with partitions
2 parents 211da0a + 0a46d01 commit 7299810

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/main/resources/application.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -244,22 +244,22 @@ hapi:
244244

245245
### Uncomment the following section, and any sub-properties you need in order to enable
246246
### 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
251251
### Enable the following setting to enable Database Partitioning Mode
252252
### 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
254254
### Partition Style: Partitioning requires a partition interceptor which helps the server
255255
### select which partition(s) should be accessed for a given request. You can supply your
256256
### own interceptor (see https://hapifhir.io/hapi-fhir/docs/server_jpa_partitioning/partitioning.html#partition-interceptors )
257257
### but the following setting can also be used to use a built-in form.
258258
### 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
260260
### Request tenant mode can be used for a multi-tenancy setup where the request path is
261261
### 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
263263

264264
cors:
265265
allow_Credentials: true

0 commit comments

Comments
 (0)