settings: add chrono as statistics provider (#54562)

This commit is contained in:
Valentin Deniaud 2021-06-03 15:22:57 +02:00 committed by Frédéric Péters
parent e7dbed7748
commit b023480505
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ COMBO_MAP_LAYER_ASSET_SLOTS = {}
KNOWN_SERVICES = {}
# services known to expose statistics
STATISTICS_PROVIDERS = ['bijoe', 'authentic', 'wcs']
STATISTICS_PROVIDERS = ['bijoe', 'authentic', 'wcs', 'chrono']
# PWA Settings
PWA_VAPID_PUBLIK_KEY = None