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
commit32f3dac62196e3cad7b9a9b1b949d6970529666f (patch)
treee8260f3a7003e6f33e7149dcda47a31b7f9f2fcf /localsettingsubuntu.py
parent73e27355b1ed4e62c4514153d66526d2d3cf8fe8 (diff)
parentad640eb70aeff47873c24e867a231d047ba1fb09 (diff)
downloadtroggle-32f3dac62196e3cad7b9a9b1b949d6970529666f.tar.gz
troggle-32f3dac62196e3cad7b9a9b1b949d6970529666f.tar.bz2
troggle-32f3dac62196e3cad7b9a9b1b949d6970529666f.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)