update: add entrypoint

This commit is contained in:
tao.chen
2026-07-29 10:26:59 +08:00
parent a4e4e5b0db
commit df7ccff2b7
3 changed files with 35 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ class Settings(BaseSettings):
"""应用配置"""
# 工作空间基础路径
BASE_WORKSPACE: str = "/Users/mac/test/workspace"
BASE_WORKSPACE: str = "/root/workspace"
# 可通过环境变量覆盖:export BASE_WORKSPACE=/custom/path