Skip to content

Module config

liwei9745 edited this page Jul 9, 2026 · 1 revision

title: Module config type: entity created: 2026-07-10 updated: 2026-07-10 sources: [genbox-extracted.json] tags: [module, config]

Module: config.py(全局配置)

全局配置模块:加载 .env,提供 BASE_DIR 等路径常量,PyInstaller 兼容。

与 Provider 配置关系

Module-providers-config 负责 Provider 数据模型与 storage/providers.json 读写;本模块提供底层路径与 .env 兜底。

See Also

Clone this wiki locally