Created
April 25, 2017 17:40
-
-
Save chingovan/e05f5e6f6869ab9ccbf4874cf7281d71 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jdbc.default.driverClassName=org.postgresql.Driver | |
jdbc.default.url=jdbc:postgresql://localhost:5432/lportal7 | |
jdbc.default.username=postgres | |
jdbc.default.password=123456 | |
jdbc.default.maxPoolSize=100 | |
jdbc.default.minPoolSize=10 | |
jdbc.default.numHelperThreads=10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment