Skip to content

Commit f55c2cf

Browse files
committed
Test only - add logging for datasource to BaseTestCase
1 parent 705e158 commit f55c2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebean-test/src/test/resources/ebean.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ datasource.yugabyte.url=jdbc:postgresql://localhost:6433/unit?sslmode=disable
154154

155155
datasource.postgres.username=unit
156156
datasource.postgres.password=test
157-
datasource.postgres.url=jdbc:postgresql://localhost:6433/unit?sslmode=disable
157+
datasource.postgres.url=jdbc:postgresql://localhost:6432/unit
158158

159159
datasource.oracle.username=test_eb
160160
datasource.oracle.password=test

0 commit comments

Comments
 (0)