Skip to content

Commit

Permalink
Merge pull request #1373 from benero/minor_platform
Browse files Browse the repository at this point in the history
minor: 平台名称默认由前端处理
  • Loading branch information
benero authored Aug 8, 2024
2 parents 39676b6 + c655b1b commit 9e9631c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -957,4 +957,4 @@ def redirect_func(request):

# 公共配置
BK_SHARED_RES_URL = os.getenv("BKPAAS_SHARED_RES_URL") or os.getenv("BKAPP_SHARED_RES_URL")
BK_PLATFORM_NAME = os.getenv("BKAPP_PLATFORM_NAME", "Tencent BlueKing")
BK_PLATFORM_NAME = os.getenv("BKAPP_PLATFORM_NAME", "")

0 comments on commit 9e9631c

Please sign in to comment.