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: ## All parameters for MSG client. msg: ## How to reach url: http://localhost:8081/services/DeliveryRequest ssl: ## Parameters for ssl client auth keystore: ## Absolute path to file filename: ## Password to unlock key store. password: 1233 ## JKS or PKCS12 type: JKS ## Boolean; if true, app will trust all server certificates; ## if false, server certificate needs to be in truststore. trustall: false ## Boolean; if true, app ignores mismatches between server's host name and ## Certificate's common name / alternative subject name. laxhostnameverification: false perform-query-person-request: false app-profile-1: msg: url: https://msg-url1.com perform-query-person-request: true app-profile-2: msg: url: https://msg-url2.com key-store-profiles: msg-key-store: ## 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.egiz.moazs: INFO ### moa spss config moa.spss.server: configuration: file:./moa-spss/MOASPSSConfiguration.xml default-trustprofile: test-trustprofile