Setting batch.job.enabled to false by default, since HAPI won't launch on its own without it.
Updating the README.md to have the correct example externalized configs in a docker-compose file
This commit is contained in:
@@ -24,6 +24,10 @@ spring:
|
||||
hibernate.search.default.indexBase: target/lucenefiles
|
||||
hibernate.search.lucene_version: LUCENE_CURRENT
|
||||
|
||||
batch:
|
||||
job:
|
||||
enabled: false
|
||||
|
||||
hapi:
|
||||
fhir:
|
||||
defer_indexing_for_codesystems_of_size: 101
|
||||
|
||||
Reference in New Issue
Block a user