diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-08-12 16:08:28 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-08-12 16:08:28 -0700 |
| commit | 0a90d5fb89bb5baa0bc34fb0dcea134d6bc8e220 (patch) | |
| tree | 5544c44f60fd689f8dd7bac1c7beee4a8a972ee1 /pb/Config/__init__.py | |
| parent | 1340ec9d6986bbdec92d0d5c12df9ae2d78ec651 (diff) | |
cleanup successful, still testing
Diffstat (limited to 'pb/Config/__init__.py')
| -rw-r--r-- | pb/Config/__init__.py | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pb/Config/__init__.py b/pb/Config/__init__.py new file mode 100644 index 0000000..b849b9e --- /dev/null +++ b/pb/Config/__init__.py @@ -0,0 +1,20 @@ +MAX_SIZE = 1024 * 1024 * 1.2 * 1.5 + +#PATHS +BIN_CONVERT = "/usr/bin/convert" +BIN_COMPOSITE = "/usr/bin/composite" +BIN_IDENTIFY = "/usr/bin/identify" +THREEDROTATE = "./bin/3Drotate" +GRID = "./bin/grid" +BEVELBORDER = "./bin/bevelborder" + +DEFAULT_FINALFORMAT = "png"; + + +#mounted on tmpfs +WORKING_DIR = "/var/www/cache" + +#s3 +AWS_ACCESS_KEY_ID = 'AKIAIR53VPBXKJMXZIBA' +AWS_SECRET_ACCESS_KEY = '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' +BUCKET_NAME = 'i.asdf.us' |
