-
-
Save bijay-shrestha/fcfc16e6f901e8bfadc2b3f4f7ffa23a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
appName.dbOne.datasource.driverClassName=org.postgresql.Driver | |
appName.dbOne.datasource.url=jdbc:postgresql://localhost/dbOne | |
appName.dbOne.datasource.username=test | |
appName.dbOne.datasource.password=test | |
appName.dbTwo.datasource.driverClassName=org.postgresql.Driver | |
appName.dbTwo.datasource.url=jdbc:postgresql://localhost/dbTwo | |
appName.dbTwo.datasource.username=test | |
appName.dbTwo.datasource.password=test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment