chore: add to .env.example

This commit is contained in:
Yeuoly 2025-10-20 15:42:29 +08:00
parent a6373e357a
commit a03ff39f3e
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ FILES_URL=http://localhost:5001
# Example: INTERNAL_FILES_URL=http://api:5001
INTERNAL_FILES_URL=http://127.0.0.1:5001
# TRIGGER URL
TRIGGER_URL="http://localhost:5001"
# The time in seconds after the signature is rejected
FILES_ACCESS_TIMEOUT=300