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

settings

parent 06f4551c
No related branches found
No related tags found
No related merge requests found
......@@ -112,13 +112,14 @@ URL_HOST = "http://localhost:8000"
# IMPORTANT: you should not change this setting once you've created
# elections, as your elections' cast_url will then be incorrect.
SECURE_URL_HOST = "https://localhost:8443"
# SECURE_URL_HOST = "https://localhost:8443"
SECURE_URL_HOST = "http://localhost:8000"
# this additional host is used to iframe-isolate the social buttons,
# which usually involve hooking in remote JavaScript, which could be
# a security issue. Plus, if there's a loading issue, it blocks the whole
# page. Not cool.
SOCIALBUTTONS_URL_HOST= "http://127.0.0.1:8000"
SOCIALBUTTONS_URL_HOST= "http://localhost:8000"
# election stuff
SITE_TITLE = 'Helios Election Server'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment