Skip to content

Commit

Permalink
Merge pull request #3438 from IBM/demo-update
Browse files Browse the repository at this point in the history
update demo env
  • Loading branch information
lmsurpre authored Mar 14, 2022
2 parents aecf993 + bfc0618 commit 297184b
Show file tree
Hide file tree
Showing 3 changed files with 27,044 additions and 13,473 deletions.
16 changes: 10 additions & 6 deletions demo/fhir/config/default/fhir-server-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"__comment": "config for internal fhir-server deployments",
"fhirServer": {
"core": {
"conditionalDeleteMaxNumber": 1,
"conditionalDeleteMaxNumber": 100,
"defaultPrettyPrint": true,
"serverRegistryResourceProviderEnabled": false,
"ifNoneMatchReturnsNotModified": true
Expand Down Expand Up @@ -289,11 +289,6 @@
"__comment": "Configuration properties common to all persistence layer implementations",
"updateCreateEnabled": true
},
"jdbc": {
"enableCodeSystemsCache": true,
"enableParameterNamesCache": true,
"enableResourceTypesCache": true
},
"datasources": {
"default": {
"type": "postgresql",
Expand Down Expand Up @@ -327,6 +322,15 @@
"fileBase": "/output/bulkdata/out"
}
}
},
"operations": {
"erase": {
"enabled": true,
"allowedRoles": [
"FHIROperationAdmin",
"FHIRUsers"
]
}
}
}
}
Loading

0 comments on commit 297184b

Please sign in to comment.