diff --git a/config/patches/default.cli b/config/patches/default.cli index 8972006..fb30f64 100644 --- a/config/patches/default.cli +++ b/config/patches/default.cli @@ -37,3 +37,7 @@ xa-data-source add \ /system-property=sign-url:add(value="https://ervu-sign-dev.k8s.micord.ru/sign") /system-property=esia-uri.logout:add(value="https://esia-portal1.test.gosuslugi.ru/idp/ext/Logout") /system-property=client-cert-hash:add(value="04508B4B0B58776A954A0E15F574B4E58799D74C61EE020B3330716C203E3BDD") +/system-property=ervu-kafka.bootstrap-servers:add(value="localhost:9092") +/system-property=ervu-kafka.org-reply-topic:add(value="ervu.organization.response") +/system-property=ervu-kafka.group-id:add(value="1") +/system-property=ervu-kafka.org-request-topic:add(value="ervu.organization.request") diff --git a/config/standalone/dev/standalone.xml b/config/standalone/dev/standalone.xml index 4c87747..a11a80e 100644 --- a/config/standalone/dev/standalone.xml +++ b/config/standalone/dev/standalone.xml @@ -63,6 +63,11 @@ + + + + +