# Port to listen on PORT=3000 # Directory to store uploaded files and the database DATA_DIR=./data # Maximum upload file size in bytes (default: 100MB) MAX_FILE_SIZE=100000000 # Maximum TTL for uploaded files (e.g. 30m, 24h, 7d) MAX_TTL=7d