Update application.yaml
Updated default values
This commit is contained in:
committed by
GitHub
parent
f08fb03d67
commit
48cfa4500a
@@ -1,7 +1,7 @@
|
|||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
#url: 'jdbc:h2:file:./target/database/h2'
|
url: 'jdbc:h2:file:./target/database/h2'
|
||||||
url: jdbc:h2:mem:test_mem
|
#url: jdbc:h2:mem:test_mem
|
||||||
username: sa
|
username: sa
|
||||||
password: null
|
password: null
|
||||||
driverClassName: org.h2.Driver
|
driverClassName: org.h2.Driver
|
||||||
@@ -33,9 +33,9 @@ hapi:
|
|||||||
# defer_indexing_for_codesystems_of_size: 101
|
# defer_indexing_for_codesystems_of_size: 101
|
||||||
implementationguides:
|
implementationguides:
|
||||||
#example from registry (packages.fhir.org)
|
#example from registry (packages.fhir.org)
|
||||||
swiss:
|
#swiss:
|
||||||
name: swiss.mednet.fhir
|
#name: swiss.mednet.fhir
|
||||||
version: 0.8.0
|
#version: 0.8.0
|
||||||
#example not from registry
|
#example not from registry
|
||||||
ips_0_3_0:
|
ips_0_3_0:
|
||||||
url: https://build.fhir.org/ig/HL7/fhir-ips/package.tgz
|
url: https://build.fhir.org/ig/HL7/fhir-ips/package.tgz
|
||||||
|
|||||||
Reference in New Issue
Block a user