diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-10-05 18:50:53 -0700 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-10-05 18:50:53 -0700 |
| commit | 13173d03e5e56a034d82672589ccf1089a32fbfe (patch) | |
| tree | 94f1ef42aa9657d6008fc97ca160c1cf9fc65578 /config.py | |
| parent | 38c49742506997acd35427a400a89d13e7b9077f (diff) | |
fixed db issues
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,7 @@ DEFAULT_FINALFORMAT = "png"; DEFAULT_HEIGHT = 400 DEFAULT_WIDTH = 600 -OUTPUT_IMAGE_TYPES = ["png", "jpg", "gif" ] +OUTPUT_IMAGE_TYPES = ["png", "jpg", "gif" ] #mounted on tmpfs WORKING_DIR = "/var/www/cache" @@ -32,6 +32,7 @@ SPECIAL_DOWNLOADERS_MAX_SIZE = 100000 #database +#DB_HOST = "localhost" DB_HOST = "lalalizard.com" DB_USER = "asdfus" DB_PASSWORD = "gTYgT&M6q" |
