summaryrefslogtreecommitdiffstats
path: root/_deploy/debian-server/credentials.py
diff options
context:
space:
mode:
Diffstat (limited to '_deploy/debian-server/credentials.py')
-rw-r--r--_deploy/debian-server/credentials.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_deploy/debian-server/credentials.py b/_deploy/debian-server/credentials.py
index 2f856ed..4892a5d 100644
--- a/_deploy/debian-server/credentials.py
+++ b/_deploy/debian-server/credentials.py
@@ -3,7 +3,7 @@ EXPOUSER = 'expo'
EXPOADMINUSER = 'expoadmin'
EXPOUSER_EMAIL = 'wookey@wookware.org'
EXPOADMINUSER_EMAIL = 'wookey@wookware.org'
-import secret_credentials.py
+from secret_credentials import *
EXPOFILESREMOTE = False # if True, then re-routes urls in expofiles to remote sever
#SECURE_SSL_REDIRECT = True # breaks 7 tests in test suite 301 not 200 (or 302) and runserver fails completely