changeset 34610 | f3e090d0c6d6 |
parent 34609 | 9d97487514c7 |
child 34611 | c879fc7bd71f |
34609:9d97487514c7 | 34610:f3e090d0c6d6 |
---|---|
740 default=False, |
740 default=False, |
741 ) |
741 ) |
742 coreconfigitem('web', 'hidden', |
742 coreconfigitem('web', 'hidden', |
743 default=None, |
743 default=None, |
744 ) |
744 ) |
745 coreconfigitem('web', 'labels', |
|
746 default=list, |
|
747 ) |
|
745 coreconfigitem('web', 'accesslog', |
748 coreconfigitem('web', 'accesslog', |
746 default='-', |
749 default='-', |
747 ) |
750 ) |
748 coreconfigitem('web', 'address', |
751 coreconfigitem('web', 'address', |
749 default='', |
752 default='', |