[modify] file local server url

This commit is contained in:
Mark
2026-01-27 15:06:50 +08:00
parent 2694576a32
commit 28e6939884
4 changed files with 4 additions and 2 deletions

View File

@@ -130,6 +130,7 @@ class Settings:
# Server Configuration
SERVER_IP: str = os.getenv("SERVER_IP", "127.0.0.1")
FILE_LOCAL_SERVER_URL : str = os.getenv("FILE_LOCAL_SERVER_URL", "http://localhost:8000/api")
# ========================================================================
# Internal Configuration (not in .env, used by application code)