Skip to content

Commit

Permalink
chore: 基础context接口补充BK_BCS_URL字段
Browse files Browse the repository at this point in the history
  • Loading branch information
unique0lai committed Feb 7, 2025
1 parent 92bf11e commit 8a6e33a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bkmonitor/packages/common/context_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def get_core_context(request):
"ENABLE_APM_PROFILING": "true" if settings.APM_PROFILING_ENABLED else "false",
"BK_JOB_URL": settings.JOB_URL,
"BK_CC_URL": settings.BK_CC_URL,
"BK_BCS_URL": settings.BK_BCS_HOST,
# 蓝鲸平台URL
"BK_URL": settings.BK_URL,
"BK_PAAS_HOST": settings.BK_PAAS_HOST,
Expand Down

0 comments on commit 8a6e33a

Please sign in to comment.