Skip to content

Commit 59b15cb

Browse files
committed
chore: requirements 没正确导出问题
1 parent 4644f6a commit 59b15cb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

core/config.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def cluster_up_failed_interval(self) -> datetime.timedelta: # 24 hours
106106

107107

108108
API_VERSION = "1.13.1"
109-
VERSION = "4.0.14"
109+
VERSION = "4.0.15"
110110
PROJECT = "PythonOpenBMCLAPI"
111111
USER_AGENT = f"openbmclapi-cluster/{API_VERSION} {PROJECT}/{VERSION}"
112112
ROOT_PATH = Path(__file__).parent.parent
@@ -117,6 +117,11 @@ def cluster_up_failed_interval(self) -> datetime.timedelta: # 24 hours
117117
"advanced.access_log": False,
118118
"advanced.host": "",
119119
"advanced.concurrency_enable_cluster": False,
120+
"advanced.cluster_up_failed_times": 90,
121+
"advanced.cluster_up_failed_interval": "24h",
122+
"advanced.base_url": "https://openbmclapi.bangbang93.com",
123+
"advanced.bd_url": "https://bd.bangbang93.com",
124+
"advanced.storage_measure": False,
120125
"web.port": 6543,
121126
"web.public_port": 6543,
122127
"web.proxy": False,

requirements.txt

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)