···11+# Port to listen on
12PORT=3000
33+44+# Directory to store uploaded files and the database
25DATA_DIR=./data
66+77+# Maximum upload file size in bytes (default: 100MB)
38MAX_FILE_SIZE=100000000
99+1010+# Maximum TTL for uploaded files (e.g. 30m, 24h, 7d)
411MAX_TTL=7d