update: add entrypoint
This commit is contained in:
@@ -9,7 +9,7 @@ class Settings(BaseSettings):
|
||||
"""应用配置"""
|
||||
|
||||
# 工作空间基础路径
|
||||
BASE_WORKSPACE: str = "/Users/mac/test/workspace"
|
||||
BASE_WORKSPACE: str = "/root/workspace"
|
||||
|
||||
# 可通过环境变量覆盖:export BASE_WORKSPACE=/custom/path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user