mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-08 00:22:19 +01: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