diff options
author | expo <expo@expobox.potato.hut> | 2015-09-16 01:58:51 +0100 |
---|---|---|
committer | expo <expo@expobox.potato.hut> | 2015-09-16 01:58:51 +0100 |
commit | 32f3dac62196e3cad7b9a9b1b949d6970529666f (patch) | |
tree | e8260f3a7003e6f33e7149dcda47a31b7f9f2fcf /localsettingsubuntu.py | |
parent | 73e27355b1ed4e62c4514153d66526d2d3cf8fe8 (diff) | |
parent | ad640eb70aeff47873c24e867a231d047ba1fb09 (diff) | |
download | troggle-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.py | 4 |
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) |