Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <connection-url>jdbc:sqlserver://espsql32:1433;databaseName=AOFXDM;lockTimeout=200000</connection-url>
  2. <driver>sqlserver</driver>
  3. <pool>
  4. <min-pool-size>1</min-pool-size>
  5. <max-pool-size>100</max-pool-size>
  6. <prefill>false</prefill>
  7. <use-strict-min>false</use-strict-min>
  8. <flush-strategy>FailingConnectionOnly</flush-strategy>
  9. </pool>
  10. <security>
  11. <user-name>rflow_user</user-name>
  12. <password>${VAULT::vb::AofDS::1}</password>
  13. </security>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement