From 9b73f8d8c5aa77dd9beeab5b0e84a11fb5cba1d5 Mon Sep 17 00:00:00 2001 From: James Agnew Date: Mon, 25 Feb 2019 11:14:58 -0500 Subject: [PATCH] Make subscription properties more clear --- src/main/resources/hapi.properties | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/main/resources/hapi.properties b/src/main/resources/hapi.properties index c4aef73..3b3e18c 100644 --- a/src/main/resources/hapi.properties +++ b/src/main/resources/hapi.properties @@ -38,8 +38,6 @@ datasource.password= server.name=Local Tester server.id=home test.port= -subscription.email.enabled=true -subscription.resthook.enabled=true hibernate.dialect=ca.uhn.fhir.jpa.util.DerbyTenSevenHapiFhirDialect hibernate.search.model_mapping=ca.uhn.fhir.jpa.search.LuceneSearchMappingFactory hibernate.format_sql=false @@ -52,4 +50,14 @@ hibernate.cache.use_structured_entries=false hibernate.cache.use_minimal_puts=false hibernate.search.default.directory_provider=filesystem hibernate.search.default.indexBase=target/lucenefiles -hibernate.search.lucene_version=LUCENE_CURRENT \ No newline at end of file +hibernate.search.lucene_version=LUCENE_CURRENT + +################################################## +# Subscriptions +################################################## + +# Enable REST Hook Subscription Channel +subscription.resthook.enabled=true + +# Enable Email Subscription Channel +subscription.email.enabled=false