summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.py b/config.py
index 70e5887..5de2b54 100644
--- a/config.py
+++ b/config.py
@@ -18,6 +18,11 @@ OUTPUT_IMAGE_TYPES = ["png", "jpg", "gif" ]
#mounted on tmpfs
WORKING_DIR = "/var/www/cache"
+
+#server
+SERVER_HOST='0.0.0.0'
+SERVER_PORT=8889
+
#s3
AWS_ACCESS_KEY_ID = 'AKIAIR53VPBXKJMXZIBA'
AWS_SECRET_ACCESS_KEY = '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'