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

updated for separation of url and secure url host

parent 32f3d3e0
No related branches found
No related tags found
No related merge requests found
Subproject commit 374a571a1585e14fab5f7a6673298535298f3bfb
Subproject commit 944391c131ee718f475cbcb9dde4510582139b5c
Subproject commit d6f14f265ddac65cc519c24b74c059c6ac6df724
Subproject commit a7d6f30ff5d7a4d42342c1dbe5c87cc110c789b8
......@@ -104,7 +104,10 @@ SERVER_EMAIL = '%s <%s>' % (DEFAULT_FROM_NAME, DEFAULT_FROM_EMAIL)
LOGIN_URL = '/auth/'
LOGOUT_ON_CONFIRMATION = True
# The two hosts are here so the main site can be over plain HTTP
# while the voting URLs are served over SSL.
URL_HOST = "http://localhost:8000"
SECURE_URL_HOST = "https://localhost:8443"
# 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