Skip to content
Snippets Groups Projects
Commit ee263650 authored by Lukáš Nový's avatar Lukáš Nový
Browse files

Allow to override voters_upload from environment

parent f568059d
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@ HELP_EMAIL_ADDRESS = get_from_env('HELP_EMAIL_ADDRESS', 'help@heliosvoting.org')
AUTH_TEMPLATE_BASE = "server_ui/templates/base.html"
HELIOS_TEMPLATE_BASE = "server_ui/templates/base.html"
HELIOS_ADMIN_ONLY = False
HELIOS_VOTERS_UPLOAD = True
HELIOS_VOTERS_UPLOAD = (get_from_env('HELIOS_VOTERS_UPLOAD', 1) == 1)
HELIOS_VOTERS_EMAIL = True
# are elections private by default?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment