Advertisement
Guest User

Untitled

a guest
Jul 7th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. <datasource jndi-name="java:jboss/datasources/akuerappDS" pool-name="akuerapp-core" enabled="true" use-java-context="true">
  2. <connection-url>jdbc:postgresql://localhost:5433/akuerapp?charSet=UTF-8</connection-url>
  3. <driver>org.postgresql</driver>
  4. <transaction-isolation>TRANSACTION_READ_COMMITTED</transaction-isolation>
  5. <pool>
  6. <min-pool-size>10</min-pool-size>
  7. <max-pool-size>100</max-pool-size>
  8. <prefill>true</prefill>
  9. <use-strict-min>false</use-strict-min>
  10. <flush-strategy>FailingConnectionOnly</flush-strategy>
  11. </pool>
  12. <security>
  13. <user-name>postgres</user-name>
  14. <password>postgres</password>
  15. </security>
  16. <statement>
  17. <prepared-statement-cache-size>32</prepared-statement-cache-size>
  18. </statement>
  19. </datasource>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement