Skip to content

Commit df5abfd

Browse files
committed
docs: update .env.example with compression configuration variables
- Add `APP_COMPRESSION_ENABLED`, `APP_COMPRESSION_THRESHOLD_BYTES`, and `APP_COMPRESSION_LEVEL` - Document new settings to support paste compression features
1 parent f01e520 commit df5abfd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ APP_BASE_FOLDER_PATH=./files
3434
APP_MIN_STORAGE_MB=1024
3535
APP_KEEP_DELETED_PASTES_TIME_HOURS=336
3636

37+
# Compression settings
38+
APP_COMPRESSION_ENABLED=true
39+
APP_COMPRESSION_THRESHOLD_BYTES=512
40+
APP_COMPRESSION_LEVEL=6
41+
3742
# Caching
3843
APP_CACHE_SIZE_LIMIT=1000
3944
APP_CACHE_TTL=300

0 commit comments

Comments
 (0)