Update PostgreSQL configuration example

This commit is contained in:
Naoki Takezoe
2016-04-15 09:46:42 +09:00
parent 11d33e9389
commit 90cb5de5f0

View File

@@ -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"
}