Skip to content

Commit

Permalink
fix: update bk notice (#2488)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu327 committed Jan 22, 2024
1 parent 8cfa4b9 commit e27ff29
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions saas/config/prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,3 @@
else:
# V2 Smart 配置
from .v2 import * # noqa


BK_NOTICE_STAGE = env.str("BK_NOTICE_STAGE", default="")
if BK_NOTICE_STAGE:
from bk_notice_sdk import config

config.STAGE = BK_NOTICE_STAGE
config.BK_NOTICE["STAGE"] = BK_NOTICE_STAGE

0 comments on commit e27ff29

Please sign in to comment.