759 ) |
759 ) |
760 coreconfigitem('verify', 'skipflags', |
760 coreconfigitem('verify', 'skipflags', |
761 default=None, |
761 default=None, |
762 ) |
762 ) |
763 coreconfigitem('web', 'allowbz2', |
763 coreconfigitem('web', 'allowbz2', |
764 default=None, |
764 default=False, |
765 ) |
765 ) |
766 coreconfigitem('web', 'allowgz', |
766 coreconfigitem('web', 'allowgz', |
767 default=None, |
767 default=False, |
768 ) |
768 ) |
769 coreconfigitem('web', 'allowpull', |
769 coreconfigitem('web', 'allowpull', |
770 default=True, |
770 default=True, |
771 ) |
771 ) |
772 coreconfigitem('web', 'allow_push', |
772 coreconfigitem('web', 'allow_push', |
773 default=list, |
773 default=list, |
774 ) |
774 ) |
775 coreconfigitem('web', 'allowzip', |
775 coreconfigitem('web', 'allowzip', |
776 default=None, |
776 default=False, |
777 ) |
777 ) |
778 coreconfigitem('web', 'cache', |
778 coreconfigitem('web', 'cache', |
779 default=True, |
779 default=True, |
780 ) |
780 ) |
781 coreconfigitem('web', 'contact', |
781 coreconfigitem('web', 'contact', |
786 ) |
786 ) |
787 coreconfigitem('web', 'guessmime', |
787 coreconfigitem('web', 'guessmime', |
788 default=False, |
788 default=False, |
789 ) |
789 ) |
790 coreconfigitem('web', 'hidden', |
790 coreconfigitem('web', 'hidden', |
791 default=None, |
791 default=False, |
792 ) |
792 ) |
793 coreconfigitem('web', 'labels', |
793 coreconfigitem('web', 'labels', |
794 default=list, |
794 default=list, |
795 ) |
795 ) |
796 coreconfigitem('web', 'logoimg', |
796 coreconfigitem('web', 'logoimg', |