diff --git a/src/main/resources/database_postgresql.conf b/src/main/resources/database_postgresql.conf index 5008649..5542450 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" }