diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-09-27 00:03:42 -0400 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-09-27 00:03:42 -0400 |
| commit | 30126dfc2877a82b8af02d68ca3b155068d551dd (patch) | |
| tree | a706d699cd1e1f50c2007e69d6ca9ba96819eaed /config.py | |
| parent | ff31f2c4cf1792df351359f1749f63b3d0cce23b (diff) | |
done linting...just need to wrap up and publish
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -29,3 +29,10 @@ AWS_SECRET_ACCESS_KEY = 'Dzlzh77U6n2BgQmOPldlR/dRDiO16DMUrQAXYhYc' BUCKET_NAME = 'i.asdf.us' SPECIAL_DOWNLOADERS = [ "ryz pepper RICHARD_GIOVANNI dmgk" ] SPECIAL_DOWNLOADERS_MAX_SIZE = 100000 + + +#database +DB_HOST = "lalalizard.com" +DB_USER = "asdfus" +DB_PASSWORD = "gTYgT&M6q" +DB_NAME = "asdfus" |
