spring: redis: host: 172.17.0.2 port: 6379 ## activate cluster mode # profiles: # active: cluster # Configure parameters here or in DeliveryRequest/Config. # Choose a profile in DeliveryRequest/Config/ProfileId. # If a parameter is missing, moa zs falls back to default # Order: DeliveryRequest/Config > [chosen-profile] > default delivery-request-configuration-profiles: default: perform-query-person-request: false ## All parameters for MSG client. msg-client: url: http://localhost:8081/services/DeliveryRequest ssl: ## Boolean; if true, app will trust all server certificates; ## if false, server certificate needs to be in truststore. trust-all: false ## Boolean; if true, app ignores mismatches between server's host name and ## Certificate's common name / alternative subject name. lax-hostname-verification: false ## Parameters for ssl client auth keystore: ## Absolute path to file filename: ssl/client.jks ## Password to unlock key store. password: 1233 ## JKS or PKCS12 type: JKS app-profile-1: msg: url: https://msg-url1.com perform-query-person-request: true app-profile-2: msg: url: https://msg-url2.com ## If set to false, moa zs ignores an incomplete default DeliveryRequest-configuration ## profile and continues startup. See 'delivery-request-configuration-profiles'. ## Default value: true # verify-completeness-of-default-delivery-request-configuration: false ## todo: fix this # ssl.keystore.file=../keys/www.egiz.gv.at.p12 # egovutil.mis.ssl.keystore.password=OSgmSn! # egovutil.mis.ssl.keystore.type=PKCS12 # egovutil.mis.ssl.trustall=true # egovutil.mis.ssl.laxhostnameverification=false ### logging logging: level: root: WARN org.springframework: WARN at.gv: INFO #DEBUG iaik: INFO #DEBUG # default type for java's ssl key/trust store javax.net.ssl: keyStoreType: jks trustStoreType: jks ### moa spss config moa.spss: is-active: true # if active, moa spss will validate manifests in xml signatures is-manifest-check-active: false server: # path that points to MoaSPSSConfiguration file; can be: # - absolute path (unix: starts with /), or # - relative path (otherwise, relative to application's class path) configuration: moa-spss/MOASPSSConfiguration.xml default-trustprofile: test-trustprofile