fix datasource.xml
This commit is contained in:
parent
d6c9c1ff60
commit
bc6a267bb7
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<driverClassName>org.postgresql.Driver</driverClassName>
|
||||
<host>10.10.31.118</host>
|
||||
<manually>false</manually>
|
||||
<password>ervu</password>
|
||||
<password>ervu-secret</password>
|
||||
<port>5432</port>
|
||||
<replicaJndiNames>java:/webbpm/AppeaDocServDS</replicaJndiNames>
|
||||
<replicaJndiNames>java:/webbpm/DecisionDocServDS</replicaJndiNames>
|
||||
|
|
@ -19,5 +19,5 @@
|
|||
<sqlDialect>POSTGRES</sqlDialect>
|
||||
<url>jdbc:postgresql://10.10.31.118:5432/ervu-secret</url>
|
||||
<urlPrefix>jdbc:postgresql:</urlPrefix>
|
||||
<user>ervu</user>
|
||||
<user>ervu-secret</user>
|
||||
</datasource>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue