diff --git a/pr_manager/settings.py b/pr_manager/settings.py index 16a03dc..e4b0cea 100644 --- a/pr_manager/settings.py +++ b/pr_manager/settings.py @@ -18,7 +18,7 @@ from pathlib import Path # Build paths inside the project like this: BASE_DIR / 'subdir'. BASE_DIR = Path(__file__).resolve().parent.parent -CONFIG_NAME = BASE_DIR / "config.local.ini" +CONFIG_NAME = BASE_DIR / "config.ini" # 加载配置文件: 开发可加载config.local.ini _config = configparser.ConfigParser()