mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 05:55:51 +01:00
remove commented out parameter
This commit is contained in:
@@ -33,7 +33,6 @@ class GitBucketCoreModuleSpec extends FunSuite {
|
|||||||
.withPort(3306)
|
.withPort(3306)
|
||||||
.withUser("sa", "sa")
|
.withUser("sa", "sa")
|
||||||
.withCharset(Charset.UTF8)
|
.withCharset(Charset.UTF8)
|
||||||
// .withServerVariable("log_syslog", 0)
|
|
||||||
.withServerVariable("bind-address", "127.0.0.1")
|
.withServerVariable("bind-address", "127.0.0.1")
|
||||||
.build()
|
.build()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user