Skip to content

Commit

Permalink
feat: 消息通知中心统一开关适配 (closed #2375)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyyalt committed Aug 9, 2024
1 parent 3a0d211 commit 7f24601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def get_env_or_raise(key):
if RUN_VER == "default":
RUN_VER = "open"

APP_ID = APP_CODE = os.environ.get("APP_ID")
APP_TOKEN = SECRET_KEY = os.environ.get("APP_TOKEN")
APP_ID = APP_CODE = os.environ.get("APP_ID", "bk_gsekit")
APP_TOKEN = SECRET_KEY = os.environ.get("APP_TOKEN", "28b7b410-c7b7-4537-9a65-8ce55738170e")

# 蓝鲸平台URL
BK_URL = os.getenv("BKPAAS_URL", None) # noqa
Expand Down

0 comments on commit 7f24601

Please sign in to comment.