changeset 34604 | dcd6b6625e98 |
parent 34603 | cc5445ced177 |
child 34605 | 625202a44d88 |
34603:cc5445ced177 | 34604:dcd6b6625e98 |
---|---|
722 default=True, |
722 default=True, |
723 ) |
723 ) |
724 coreconfigitem('web', 'allow_push', |
724 coreconfigitem('web', 'allow_push', |
725 default=list, |
725 default=list, |
726 ) |
726 ) |
727 coreconfigitem('web', 'allowzip', |
|
728 default=None, |
|
729 ) |
|
727 coreconfigitem('web', 'accesslog', |
730 coreconfigitem('web', 'accesslog', |
728 default='-', |
731 default='-', |
729 ) |
732 ) |
730 coreconfigitem('web', 'address', |
733 coreconfigitem('web', 'address', |
731 default='', |
734 default='', |