diff --git a/README.md b/README.md index d028bd7..774af56 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ services: volumes: - hapi-data:/data/hapi environment: - JAVA_OPTS: '-Dhapi.properties=/data/hapi/application.yaml' + SPRING_CONFIG_LOCATION: 'file:///data/hapi/application.yaml' configs: hapi: external: true diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 96bb062..b7ec776 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -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