mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-07-10 19:12:36 +02:00
Update PostgreSQL configuration example
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user