rp_meyzieu: add offline toolbar option

This commit is contained in:
Jérôme Schneider 2014-09-10 09:31:00 +02:00
parent f23c59baf0
commit 73ecea57c9
2 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,7 @@ use_long_trace = config.getboolean('debug', 'use_long_trace')
auto_decompress = config.getboolean('mandaye', 'auto_decompress')
# Ask mandaye to add a toolbar with Mandaye's links
mandaye_toolbar = config.getboolean('mandaye', 'toolbar')
mandaye_offline_toolbar = config.getboolean('mandaye', 'offline_toolbar')
# Authentic 2 auto connection
a2_auto_connection = config.getboolean('mandaye', 'a2_auto_connection')

View File

@ -20,6 +20,7 @@ sentry_dsn:
[mandaye]
toolbar: false
offline_toolbar: false
a2_auto_connection: false
; only sql at the moment
storage_backend: sql