fix standalone
This commit is contained in:
parent
0b0516b366
commit
a31cc55909
1 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@
|
|||
<extension module="org.wildfly.extension.undertow"/>
|
||||
</extensions>
|
||||
<system-properties>
|
||||
<property name="webbpm.mode" value="development"/>
|
||||
<property name="webbpm.mode" value="production"/>
|
||||
<property name="authentication.method" value="form"/>
|
||||
<property name="jboss.bind.address.management" value="0.0.0.0"/>
|
||||
<property name="jboss.bind.address" value="0.0.0.0"/>
|
||||
|
|
@ -162,7 +162,7 @@
|
|||
<xa-datasource jndi-name="java:/webbpm/security-ds" pool-name="SECURITYDS" enabled="true" use-java-context="true">
|
||||
<xa-datasource-property name="ServerName">10.10.31.118</xa-datasource-property>
|
||||
<xa-datasource-property name="PortNumber">5432</xa-datasource-property>
|
||||
<xa-datasource-property name="DatabaseName">postgres</xa-datasource-property>
|
||||
<xa-datasource-property name="DatabaseName">ervu-secret</xa-datasource-property>
|
||||
<driver>postgresql</driver>
|
||||
<security>
|
||||
<user-name>ervu-secret-sec</user-name>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue