From 90cb5de5f07fb83b2ed6e064eff8f935640acb1b Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Fri, 15 Apr 2016 09:46:42 +0900 Subject: [PATCH] Update PostgreSQL configuration example --- src/main/resources/database_postgresql.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/database_postgresql.conf b/src/main/resources/database_postgresql.conf index 500864999..5542450b4 100644 --- a/src/main/resources/database_postgresql.conf +++ b/src/main/resources/database_postgresql.conf @@ -1,5 +1,5 @@ db { - url = "jdbc:postgresql://192.168.99.100:32768/gitbucket" + url = "jdbc:postgresql://192.168.99.100/gitbucket" user = "test" password = "test" }