Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration>
  3. <service id="com.sonicle.webtop.core">
  4. <dataSource name="default"
  5. dataSourceClassName="org.postgresql.ds.PGSimpleDataSource"
  6. serverName="localhost"
  7. username="sonicle"
  8. password="e7zDqs9XeZ6z6J_E"
  9. databaseName="webtop5"
  10. >
  11. <property name="maximumPoolSize" value="10" />
  12. </dataSource>
  13. </service>
  14. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement