summaryrefslogtreecommitdiffstats
path: root/localsettingswindows.py
diff options
context:
space:
mode:
authorexpo <expo@expobox.potato.hut>2015-09-16 01:58:51 +0100
committerexpo <expo@expobox.potato.hut>2015-09-16 01:58:51 +0100
commitb0f1f73ce4035375694654fb1abd127dea29f519 (patch)
treee8260f3a7003e6f33e7149dcda47a31b7f9f2fcf /localsettingswindows.py
parent214d887c57662f0e7fde50e2fa14be320ed9e69e (diff)
parent751ec9517f56aefb10bbca5039f2d14b808e42b6 (diff)
downloadtroggle-b0f1f73ce4035375694654fb1abd127dea29f519.tar.gz
troggle-b0f1f73ce4035375694654fb1abd127dea29f519.tar.bz2
troggle-b0f1f73ce4035375694654fb1abd127dea29f519.zip
Store expo user/password info in localsettings file, and not repeated in databaseReset script
Diffstat (limited to 'localsettingswindows.py')
-rw-r--r--localsettingswindows.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/localsettingswindows.py b/localsettingswindows.py
index 578b152..bb689e6 100644
--- a/localsettingswindows.py
+++ b/localsettingswindows.py
@@ -9,6 +9,10 @@ DATABASES = {
}
}
+EXPOUSER = 'expo'
+EXPOUSERPASS = 'realpasshere'
+EXPOUSER_EMAIL = 'wookey@wookware.org'
+
SURVEX_DATA = 'c:\\Expo\\loser\\'
CAVERN = 'cavern'
THREEDTOPOS = '3dtopos'