Skip to content

Commit fca9a61

Browse files
committed
Merge branch 'fix-image-upload'
2 parents cf9a243 + f156a5f commit fca9a61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.env.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
BUCKET_NAME = os.getenv("BUCKET_NAME", default="tunnelvision")
1515
ITEMSPERPAGE = 18
1616

17+
MAX_IMG_HEIGHT = int(os.getenv("MAX_IMG_HEIGHT", default="2048"))
18+
1719
WEBHOOK_CREDENTIAL = os.getenv("WEBHOOK_CREDENTIAL", default="")
1820

1921
DEBUG = os.getenv("DEBUG", default=False)

0 commit comments

Comments
 (0)