Skip to content

Commit f3d759a

Browse files
authored
Merge pull request #629 from chen1908/patch-1
Update open_base.py
2 parents 4d59a6d + 2820803 commit f3d759a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/projects/main/codedog/settings/open_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
DEFAULT_USERNAME = "CodeDog"
235235
DEFAULT_ORIGIN_ID = "CodeDog"
236236
# HTTPS克隆开关
237-
HTTPS_CLONE_FLAG = False
237+
HTTPS_CLONE_FLAG = True
238238

239239
# 时间配置
240240
CLOSING_JOB_TIMEOUT = timedelta(hours=12) # 入库超时时间

0 commit comments

Comments
 (0)