From 3b37ae1b4e62bbb5d160cdd00f848f636da57ff3 Mon Sep 17 00:00:00 2001 From: lyzno1 Date: Thu, 30 Oct 2025 19:37:45 +0800 Subject: [PATCH] fix: dotenv lint --- api/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/.env.example b/api/.env.example index 8a12cdd819..5185cb052b 100644 --- a/api/.env.example +++ b/api/.env.example @@ -28,7 +28,7 @@ FILES_URL=http://localhost:5001 INTERNAL_FILES_URL=http://127.0.0.1:5001 # TRIGGER URL -TRIGGER_URL="http://localhost:5001" +TRIGGER_URL=http://localhost:5001 # The time in seconds after the signature is rejected FILES_ACCESS_TIMEOUT=300