diff --git a/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg b/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg index 63d4ad757a..5dfdd52481 100644 --- a/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg +++ b/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg @@ -75,7 +75,7 @@ SMTP_SERVER = 'localhost' # When this is set to True, an additional menu item is shown which can # be used to browse the different statistics generated by # mirrorlist_statistics.py. -SHOW_STATISTICS = True +SHOW_STATISTICS = False # This is the directory the code enabled by SHOW_STATISTICS will use # to locate the statistics files and display them. @@ -86,7 +86,7 @@ EMBARGOED_COUNTRIES = ['CU', 'IR', 'KP', 'SD', 'SY'] # When this is set to True, an additional menu item is shown which # displays the maps generated with mm2_generate-worldmap. -SHOW_MAPS = True +SHOW_MAPS = False # Location of the static map displayed in the map tab. STATIC_MAP = '/map/map.png' @@ -97,7 +97,7 @@ INTERACTIVE_MAP = '/map/mirrors.html' # The crawler can generate propagation statistics which can be # converted into svg/pdf with mm2_propagation. These files # can be displayed next to the statistics and maps tab if desired. -SHOW_PROPAGATION = True +SHOW_PROPAGATION = False # Where to look for the above mentioned propagation images. PROPAGATION_BASE = '/var/www/mirrormanager-statistics/data/propagation'