diff --git a/config/patches/default.cli b/config/patches/default.cli index a965cb04..876ce331 100644 --- a/config/patches/default.cli +++ b/config/patches/default.cli @@ -61,4 +61,14 @@ xa-data-source add \ /system-property=webbpm.security.session.active.count:add(value="20") /system-property=gar.enable:add(value=false) /system-property=security.password.regex:add(value="^((?=(.*\\d){1,})(?=.*[a-zа-яё])(?=.*[A-ZА-ЯЁ]).{8,})$") -/system-property=fias.enable:add(value=false) \ No newline at end of file +/system-property=fias.enable:add(value=false) + +/system-property=file.webdav.upload.url:add(value="https://ervu-webdav.k8s.micord.ru") +/system-property=file.webdav.upload.username:add(value="test") +/system-property=file.webdav.upload.password:add(value="test") +/system-property=kafka.send.message.topic.name:add(value="file-upload-v2") +/system-property=kafka.send.url:add(value="http://10.10.31.11:32609") +/system-property=kafka.send.security.protocol:add(value="SASL_PLAINTEXT") +/system-property=kafka.sasl.mechanism:add(value="SCRAM-SHA-256") +/system-property=kafka.send.username:add(value="user1") +/system-property=kafka.send.password:add(value="Blfi9d2OFG") \ No newline at end of file