Enable corredor by default
This commit is contained in:
parent
16f89ad6b8
commit
0a009e0a14
@ -25,7 +25,7 @@ type (
|
||||
|
||||
func Corredor(pfix string) (o *CorredorOpt) {
|
||||
o = &CorredorOpt{
|
||||
Enabled: false,
|
||||
Enabled: true,
|
||||
Addr: "corredor:80",
|
||||
MaxBackoffDelay: time.Minute,
|
||||
Log: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user