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

do not default to master site

parent 8e12adcc
Branches
Tags
No related merge requests found
......@@ -18,7 +18,7 @@ ADMINS = (
MANAGERS = ADMINS
# is this the master Helios web site?
MASTER_HELIOS = (get_from_env('MASTER_HELIOS', '1') == '1')
MASTER_HELIOS = (get_from_env('MASTER_HELIOS', '0') == '1')
DATABASES = {
'default': {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment