small fixes
This commit is contained in:
parent
2cb70d71b7
commit
d762e3f034
5 changed files with 12 additions and 21 deletions
|
|
@ -59,7 +59,10 @@ xa-data-source add \
|
|||
/system-property=webbpm.cache.hazelcast.hosts:add(value="127.0.0.1")
|
||||
/system-property=webbpm.cache.hazelcast.outbound_port_definitions:add(value="5801-5820")
|
||||
/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=gar.enable:add(value=false)
|
||||
/system-property=fias.enable:add(value=false)
|
||||
/system-property=bpmn.enable:add(value=false)
|
||||
/system-property=config.data.executor.url:add(value="http://localhost:8090/api")
|
||||
/system-property=config.data.executor.socket.timeout:add(value="10")
|
||||
/system-property=config.data.executor.connection.timeout:add(value="10")
|
||||
|
|
|
|||
|
|
@ -55,9 +55,9 @@
|
|||
<property name="fias.enable" value="false"/>
|
||||
<property name="bpmn.enable" value="false"/>
|
||||
<property name="com.arjuna.ats.arjuna.allowMultipleLastResources" value="true"/>
|
||||
<property name="config-data-executor.url" value="http://127.0.0.1:8090/api"/>
|
||||
<property name="config-data-executor.socket-timeout" value="10"/>
|
||||
<property name="config-data-executor.connectionTimeout" value="10"/>
|
||||
<property name="config.data.executor.url" value="http://localhost:8090/api"/>
|
||||
<property name="config.data.executor.socket.timeout" value="10"/>
|
||||
<property name="config.data.executor.connection.timeout" value="10"/>
|
||||
</system-properties>
|
||||
<management>
|
||||
<audit-log>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue