mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-19 19:46:38 +08:00
[mailman3] Enable Debug mode for staging
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
@@ -13,7 +13,11 @@ from mailman_web.settings.mailman import * # noqa: F403
|
||||
SECRET_KEY = '{{ mailman_hyperkitty_cookie_key }}'
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
{% if env = 'staging' %}
|
||||
DEBUG = True
|
||||
{% else %}
|
||||
DEBUG = False
|
||||
{% endif %}
|
||||
|
||||
ADMINS = (
|
||||
('HyperKitty Admin', 'abompard@fedoraproject.org'),
|
||||
|
||||
Reference in New Issue
Block a user