This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git

commit f7c89885e3724761ed450f9e2c4c49a25e26f007
Author: Mark Struberg <[email protected]>
AuthorDate: Thu Jan 3 00:14:57 2019 +0100

    add missing port to postgresql config
---
 openjpa-project/BUILDING.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openjpa-project/BUILDING.txt b/openjpa-project/BUILDING.txt
index b270148..f36acb6 100644
--- a/openjpa-project/BUILDING.txt
+++ b/openjpa-project/BUILDING.txt
@@ -198,4 +198,4 @@ For running against a MySQL Docker installation:
 -ea -Dopenjpa.ConnectionDriverName=com.mysql.jdbc.Driver 
-Dopenjpa.ConnectionURL=jdbc:mysql://localhost:3306/openjpatst 
-Dopenjpa.ConnectionUserName=openjpatst -Dopenjpa.ConnectionPassword=openjpatst
 
 Running against a PostgreSQL Docker installation:
--ea -Dopenjpa.ConnectionDriverName=org.postgresql.Driver 
-Dopenjpa.ConnectionURL=jdbc:postgresql://localhost/openjpatst 
-Dopenjpa.ConnectionUserName=postgres -Dopenjpa.ConnectionPassword=postgres
\ No newline at end of file
+-ea -Dopenjpa.ConnectionDriverName=org.postgresql.Driver 
-Dopenjpa.ConnectionURL=jdbc:postgresql:5432//localhost/openjpatst 
-Dopenjpa.ConnectionUserName=postgres -Dopenjpa.ConnectionPassword=postgres
\ No newline at end of file

Reply via email to