diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-09-11 18:54:37 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-09-11 18:54:37 -0700 |
| commit | f904b1b552134e6b8701d9d94c7fed321011ae94 (patch) | |
| tree | fd898841f2a84bf3cccc7e1d2894d02c425cabc5 /Config/__init__.py | |
| parent | 7aaa91d7a090e4ab9be979160622f4c48e3d9b46 (diff) | |
finished the params class, almost done with pb master class
Diffstat (limited to 'Config/__init__.py')
| -rw-r--r-- | Config/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Config/__init__.py b/Config/__init__.py index b849b9e..e834748 100644 --- a/Config/__init__.py +++ b/Config/__init__.py @@ -8,7 +8,10 @@ THREEDROTATE = "./bin/3Drotate" GRID = "./bin/grid" BEVELBORDER = "./bin/bevelborder" +#common parameters DEFAULT_FINALFORMAT = "png"; +DEFAULT_HEIGHT = 400 +DEFAULT_WIDTH = 600 #mounted on tmpfs @@ -18,3 +21,5 @@ WORKING_DIR = "/var/www/cache" AWS_ACCESS_KEY_ID = 'AKIAIR53VPBXKJMXZIBA' AWS_SECRET_ACCESS_KEY = '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' BUCKET_NAME = 'i.asdf.us' +SPECIAL_DOWNLOADERS = [ "ryz pepper RICHARD_GIOVANNI dmgk" ] +SPECIAL_DOWNLOADERS_MAX_SIZE = 100000 |
