summaryrefslogtreecommitdiffstats
path: root/localsettingsubuntu.py
diff options
context:
space:
mode:
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)