diff options
Diffstat (limited to 'localsettingspotatohut.py')
-rw-r--r-- | localsettingspotatohut.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/localsettingspotatohut.py b/localsettingspotatohut.py index 5773816..85488c7 100644 --- a/localsettingspotatohut.py +++ b/localsettingspotatohut.py @@ -15,6 +15,10 @@ DATABASES = { } } +EXPOUSER = 'expo' +EXPOUSERPASS = 'realpasshere' +EXPOUSER_EMAIL = 'wookey@wookware.org' + REPOS_ROOT_PATH = '/home/expo/' sys.path.append(REPOS_ROOT_PATH) sys.path.append(REPOS_ROOT_PATH + 'troggle') |