Skip to content

Commit

Permalink
feat: 7.2问题优化汇总 (closed #356)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyyalt committed Aug 8, 2024
1 parent 64b926c commit 1f1a787
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
7 changes: 4 additions & 3 deletions app.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
app_code: bk_gsekit
app_name: 进程配置管理
app_name_en: bk-gsekit
app_name_en: GSEKit
is_use_celery: true
author: 蓝鲸智云
language: Python
introduction: 进程配置管理
introduction_en: Process&config manager
introduction: 进程配置管理是腾讯蓝鲸智云推出的一个专注于进程和配置文件管理的 SaaS 工具。
introduction_en: Process&config manager is a SaaS tool launched by Tencent BlueKing
that focuses on process and configuration file management.
description: 进程配置管理是腾讯蓝鲸智云推出的一个专注于进程和配置文件管理的 SaaS 工具。
description_en: Process&config manager is a SaaS tool launched by Tencent BlueKing
that focuses on process and configuration file management.
Expand Down
6 changes: 3 additions & 3 deletions app_desc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ app:
region: default
bk_app_code: "bk_gsekit"
bk_app_name: 进程配置管理
bk_app_name_en: bk-gsekit
bk_app_name_en: GSEKit
market:
category: 运维工具
introduction: 进程配置管理
introduction_en: Process&config manager
introduction: 进程配置管理是腾讯蓝鲸智云推出的一个专注于进程和配置文件管理的 SaaS 工具。
introduction_en: Process&config manager is a SaaS tool launched by Tencent BlueKing that focuses on process and configuration file management.
description: 进程配置管理是腾讯蓝鲸智云推出的一个专注于进程和配置文件管理的 SaaS 工具。
description_en: Process&config manager is a SaaS tool launched by Tencent BlueKing that focuses on process and configuration file management.
display_options:
Expand Down
2 changes: 2 additions & 0 deletions common/context_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,6 @@ def mysetting(request):
"TAM_AEGIS_KEY": settings.TAM_AEGIS_KEY,
"TAM_AEGIS_URL": settings.TAM_AEGIS_URL,
"BKPAAS_SHARED_RES_URL": settings.BKPAAS_SHARED_RES_URL,
"BK_COMPONENT_API_URL": settings.BK_COMPONENT_API_OVERWRITE_URL,
"BK_DOMAIN": settings.BK_DOMAIN,
}
1 change: 1 addition & 0 deletions config/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@

BK_CC_HOST = os.environ.get("BK_CC_HOST", BK_PAAS_HOST.replace("paas", "cmdb"))
BK_SAAS_HOST = env.BK_SAAS_HOST
BK_DOMAIN = os.environ.get("BKPAAS_BK_DOMAIN", "")

BK_ADMIN_USERNAME = os.getenv("BKAPP_ADMIN_USERNAME", "admin")

Expand Down

0 comments on commit 1f1a787

Please sign in to comment.