mirror of
https://github.com/langgenius/dify.git
synced 2026-01-29 07:02:11 +08:00
fix: dotenv lint
This commit is contained in:
parent
c1cb93cd26
commit
3b37ae1b4e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user