diff options
Diffstat (limited to 'localsettingsWSL.py')
-rw-r--r-- | localsettingsWSL.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/localsettingsWSL.py b/localsettingsWSL.py index d6ed07d..01133ba 100644 --- a/localsettingsWSL.py +++ b/localsettingsWSL.py @@ -5,6 +5,13 @@ import urllib.parse # link 'localsettings.py' to localsettingsWSL.py for use on a Windows 10 machine running WSL1 print(" * importing troggle/localsettings.py") +#----------------------------------------------------------------- +# THINK before you push this to a repo +# - have you checked that this file is in .gitignore ? +# - have you run pre-push.sh to copy files and remove passwords? +# - we don't want to have to change the expo system password ! +#----------------------------------------------------------------- + SERVERPORT = '3777' LIBDIR = '/mnt/d/CUCC-Expo/t37/lib/python3.7/' |