Moved more configuration values
This commit is contained in:
@@ -2,9 +2,12 @@ spring:
|
||||
datasource:
|
||||
url: 'jdbc:h2:file:./target/database/h2dflkjglkj'
|
||||
username: sa
|
||||
password:
|
||||
password: null
|
||||
driverClassName: org.h2.Driver
|
||||
max-active: 15
|
||||
profiles:
|
||||
### This is the FHIR version. Choose between, dstu2, dstu3, r4 or r5
|
||||
active: r4
|
||||
hapi:
|
||||
fhir:
|
||||
allow_cascading_deletes: true
|
||||
@@ -21,8 +24,7 @@ hapi:
|
||||
enforce_referential_integrity_on_write: false
|
||||
etag_support_enabled: true
|
||||
expunge_enabled: true
|
||||
fhir_version: DSTU3
|
||||
daoconfig_client_id_strategy:
|
||||
daoconfig_client_id_strategy: null
|
||||
fhirpath_interceptor_enabled: false
|
||||
filter_search_enabled: true
|
||||
graphql_enabled: true
|
||||
@@ -40,16 +42,28 @@ hapi:
|
||||
retain_cached_searches_mins: 60
|
||||
reuse_cached_search_results_millis: 60000
|
||||
tester:
|
||||
id: home
|
||||
name: Local Tester
|
||||
server_address: 'http://localhost:8080/fhir'
|
||||
refuse_to_fetch_third_party_urls: false
|
||||
-
|
||||
id: home
|
||||
name: Local Tester
|
||||
server_address: 'http://localhost:8080/fhir'
|
||||
refuse_to_fetch_third_party_urls: false
|
||||
fhir_version: R4
|
||||
-
|
||||
id: global
|
||||
name: Global Tester
|
||||
server_address: "http://hapi.fhir.org/baseR4"
|
||||
refuse_to_fetch_third_party_urls: false
|
||||
fhir_version: R4
|
||||
validation:
|
||||
requests_enabled: true
|
||||
responses_enabled: true
|
||||
|
||||
binary_storage_enabled: true
|
||||
bulk_export_enabled: true
|
||||
partitioning_multitenancy_enabled:
|
||||
subscription:
|
||||
email_enabled: false
|
||||
resthook_enabled: false
|
||||
websocket_enabled: false
|
||||
elasticsearch:
|
||||
debug:
|
||||
pretty_print_json_log: false
|
||||
@@ -59,4 +73,4 @@ elasticsearch:
|
||||
required_index_status: YELLOW
|
||||
rest_url: 'http://localhost:9200'
|
||||
schema_management_strategy: CREATE
|
||||
username: SomeUsername
|
||||
username: SomeUsername
|
||||
|
||||
Reference in New Issue
Block a user