diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-04-12 22:42:36 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-04-12 22:42:36 +0300 |
commit | ccd386ff4e2ed974c61b2f5503bce837fa0c2523 (patch) | |
tree | c67e31cf83e11c33280e54481a646328447e65f5 /_deploy/wsl | |
parent | d29f3030a4558ec5ab70ed4ae0b632792738d2d5 (diff) | |
download | troggle-ccd386ff4e2ed974c61b2f5503bce837fa0c2523.tar.gz troggle-ccd386ff4e2ed974c61b2f5503bce837fa0c2523.tar.bz2 troggle-ccd386ff4e2ed974c61b2f5503bce837fa0c2523.zip |
Better error message with permissions problems
Diffstat (limited to '_deploy/wsl')
-rw-r--r-- | _deploy/wsl/localsettingsWSL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_deploy/wsl/localsettingsWSL.py b/_deploy/wsl/localsettingsWSL.py index 0a8dfc2..2673b99 100644 --- a/_deploy/wsl/localsettingsWSL.py +++ b/_deploy/wsl/localsettingsWSL.py @@ -30,7 +30,7 @@ print(" * importing troggle/localsettings.py") SECRET_KEY = "real-SECRET_KEY--imported-from-localsettings.py" EXPOUSERPASS = "nnn:gggggg - real-expo-password---imported-from-localsettings.py" -EXPOADMINUSERPASS = "gggggg:nnn" #- real-expo-password---imported-from-localsettings.py" +EXPOADMINUSERPASS = "gggggg:nnn - real-expo-password---imported-from-localsettings.py" EMAIL_HOST_PASSWORD = "real-email-password---imported-from-localsettings.py" EXPOFILESREMOTE = True # if True, then re-routes urls in expofiles to remote sever. Tests are then less accurate. |