diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-06-24 01:57:20 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-06-24 01:57:20 +0100 |
commit | 6bf762b72fcd83086110153f4c3b1980a6b8990d (patch) | |
tree | 487420af5dce40daafa6ba9b342ed7cb05eeed62 /localsettingsWSL.py | |
parent | d6c4ffca5ad00914d0e6449c666e911ca52efa4f (diff) | |
download | troggle-6bf762b72fcd83086110153f4c3b1980a6b8990d.tar.gz troggle-6bf762b72fcd83086110153f4c3b1980a6b8990d.tar.bz2 troggle-6bf762b72fcd83086110153f4c3b1980a6b8990d.zip |
bin Makesurvexstation, survextitle, survexEquate
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/' |