From a03ff39f3efb149fd95cc92df9f325602e8673ef Mon Sep 17 00:00:00 2001 From: Yeuoly Date: Mon, 20 Oct 2025 15:42:29 +0800 Subject: [PATCH] chore: add to .env.example --- api/.env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/.env.example b/api/.env.example index 11dbc43053..1eb790df08 100644 --- a/api/.env.example +++ b/api/.env.example @@ -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