Skip to content

Commit

Permalink
wrong db2 server jdbc url
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jan 7, 2015
1 parent 73ee4ed commit 6ac3856
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion symmetric-jdbc/src/test/resources/db-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ postgres.client.db.url=jdbc:postgresql://dbdev1.loc/symmetricclient?stringtype=u
db2.db.driver=com.ibm.db2.jcc.DB2Driver
db2.db.user=db2inst1
db2.db.password=admin
db2.db.url=jdbc:db2://dbdev1.loc:50000/symroot
db2.server.db.url=jdbc:db2://dbdev1.loc:50000/symroot
db2.root.db.url=jdbc:db2://dbdev1.loc:50000/symroot
db2.client.db.url=jdbc:db2://dbdev1.loc:50000/symclien

sqlite.db.driver=org.sqlite.JDBC
Expand Down

0 comments on commit 6ac3856

Please sign in to comment.