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
|
|
@ -47,6 +47,11 @@ APP_WEB_URL=
|
|||
# ensuring port 5001 is externally accessible (see docker-compose.yaml).
|
||||
FILES_URL=
|
||||
|
||||
# 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=
|
||||
|
||||
# ------------------------------
|
||||
# Server Configuration
|
||||
# ------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue