File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
projects/main/codedog/settings Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ export TCA_APP_DATA_DIR=${TCA_APP_DATA_DIR}
3737# Main工程配置
3838# # 框架配置
3939export MAIN_DEBUG_MODE=true
40+ export HTTPS_CLONE_FLAG=
4041export MAIN_SECRET_KEY=' lh+6y8pyf16bbor*)p=kp=p(cg615+y+5nnin$l(n%os$8z^v%'
4142
4243# # 服务DB配置
Original file line number Diff line number Diff line change 6464 integrations = [DjangoIntegration (), CeleryIntegration ()]
6565 )
6666
67+ # -*-*-*-*-*-*-*-*-*-*-*-*-*-*-
68+ # CodeDog运行环境配置
69+ # -*-*-*-*-*-*-*-*-*-*-*-*-*-*-
70+ HTTPS_CLONE_FLAG = True if os .environ .get ("HTTPS_CLONE_FLAG" ) == "true" else False
71+
6772# -*-*-*-*-*-*-*-*-*-*--*-*-*-*-*-*-*-*-*-*--*-*-*-*-*-*-*-*-*-*-
6873# -*-*-*-*-*-*-*-*-*-*-*- 服务交互配置 -*-*-*-*-*-*-*-*-*-*-*-
6974# -*-*-*-*-*-*-*-*-*-*--*-*-*-*-*-*-*-*-*-*--*-*-*-*-*-*-*-*-*-*-
10711298nXivMpCDOeO3VC91Y8DU/9058smPswwr6kYFU/TZIDAUqb+H6T5DSbKnl7WZqx
108113UdWbyBDJ9R9QeSy0owIDAQAB
109114-----END PUBLIC KEY-----"""
110-
Original file line number Diff line number Diff line change 2222# Debug模式
2323DEBUG = True if os .environ .get ("MAIN_DEBUG_MODE" ) == "true" else False
2424
25- # 代码库默认使用https
26- HTTPS_CLONE_FLAG = True if os .environ .get ("HTTPS_CLONE_FLAG" ) == "true" else False
27-
2825ALLOWED_HOSTS = ["*" ]
2926
3027# 管理员列表
6764 integrations = [DjangoIntegration (), CeleryIntegration ()]
6865 )
6966
67+ # -*-*-*-*-*-*-*-*-*-*-*-*-*-*-
68+ # CodeDog运行环境配置
69+ # -*-*-*-*-*-*-*-*-*-*-*-*-*-*-
70+ HTTPS_CLONE_FLAG = True if os .environ .get ("HTTPS_CLONE_FLAG" ) == "true" else False
71+
7072# -*-*-*-*-*-*-*-*-*-*--*-*-*-*-*-*-*-*-*-*--*-*-*-*-*-*-*-*-*-*-
7173# -*-*-*-*-*-*-*-*-*-*-*- 服务交互配置 -*-*-*-*-*-*-*-*-*-*-*-
7274# -*-*-*-*-*-*-*-*-*-*--*-*-*-*-*-*-*-*-*-*--*-*-*-*-*-*-*-*-*-*-
You can’t perform that action at this time.
0 commit comments