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:
Sean McIlvenna
2020-09-22 16:05:23 -07:00
parent 85e9fc725a
commit a62de82495
2 changed files with 5 additions and 1 deletions

View File

@@ -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