Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
parent
c805238471
commit
d5624ba671
7 changed files with 27 additions and 5 deletions
|
|
@ -17,6 +17,11 @@ APP_WEB_URL=http://127.0.0.1:3000
|
|||
# Files URL
|
||||
FILES_URL=http://127.0.0.1:5001
|
||||
|
||||
# INTERNAL_FILES_URL is used for plugin daemon communication within Docker network.
|
||||
# Set this to the internal Docker service URL for proper plugin file access.
|
||||
# Example: INTERNAL_FILES_URL=http://api:5001
|
||||
INTERNAL_FILES_URL=http://127.0.0.1:5001
|
||||
|
||||
# The time in seconds after the signature is rejected
|
||||
FILES_ACCESS_TIMEOUT=300
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue