Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Helios Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Helios Server
Commits
e6a0db0f
Commit
e6a0db0f
authored
14 years ago
by
Ben Adida
Browse files
Options
Downloads
Patches
Plain Diff
updated for separation of url and secure url host
parent
32f3d3e0
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
auth
+1
-1
1 addition, 1 deletion
auth
helios
+1
-1
1 addition, 1 deletion
helios
settings.py.sample
+3
-0
3 additions, 0 deletions
settings.py.sample
with
5 additions
and
2 deletions
auth
@
944391c1
Compare
374a571a
...
944391c1
Subproject commit
374a571a1585e14fab5f7a6673298535298f3bfb
Subproject commit
944391c131ee718f475cbcb9dde4510582139b5c
This diff is collapsed.
Click to expand it.
helios
@
a7d6f30f
Compare
d6f14f26
...
a7d6f30f
Subproject commit d6f
14f265ddac65cc519c24b74c059c6ac6df724
Subproject commit
a7
d6f
30ff5d7a4d42342c1dbe5c87cc110c789b8
This diff is collapsed.
Click to expand it.
settings.py.sample
+
3
−
0
View file @
e6a0db0f
...
...
@@ -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'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment