3
0

Enable corredor by default

This commit is contained in:
Denis Arh 2019-11-26 13:19:23 +01:00
parent 16f89ad6b8
commit 0a009e0a14

View File

@ -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,