Skip to content
Snippets Groups Projects
Commit 7da17a7b authored by Ben Adida's avatar Ben Adida
Browse files

updated sample config file

parent 7f76bdfc
No related branches found
No related tags found
No related merge requests found
......@@ -111,3 +111,22 @@ FOOTER_LOGO = False
WELCOME_MESSAGE = "welcome"
AUTH_TEMPLATE_BASE = "server_ui/templates/base.html"
HELIOS_TEMPLATE_BASE = "server_ui/templates/base.html"
HELIOS_ADMIN_ONLY = False
HELIOS_ADMIN = None
HELIOS_VOTERS_UPLOAD = True
HELIOS_VOTERS_EMAIL = True
# authentication limited to passwords
AUTH_ENABLED_AUTH_SYSTEMS = ['password','facebook','twitter']
AUTH_DEFAULT_AUTH_SYSTEM = None
# set up logging
import logging
logging.basicConfig(
level = logging.DEBUG,
format = '%(asctime)s %(levelname)s %(message)s'
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment