summaryrefslogtreecommitdiffstats
path: root/localsettingsubuntu.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 /localsettingsubuntu.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 'localsettingsubuntu.py')
-rw-r--r--localsettingsubuntu.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/localsettingsubuntu.py b/localsettingsubuntu.py
index a6f3685..a50d208 100644
--- a/localsettingsubuntu.py
+++ b/localsettingsubuntu.py
@@ -12,6 +12,10 @@ DATABASES = {
}
}
+EXPOUSER = 'expo'
+EXPOUSERPASS = 'realpasshere'
+EXPOUSER_EMAIL = 'wookey@wookware.org'
+
REPOS_ROOT_PATH = '/home/expo/expofiles/'
sys.path.append(REPOS_ROOT_PATH)