Skip to content

Commit 6d3611a

Browse files
committed
feat: 监控网关api 兼容旧esb网关和新网关 #1010158081123701143
1 parent 26d4a65 commit 6d3611a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bklog/config/default.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ def redirect_func(request):
10901090
EXTERNAL_PAAS_HOST = os.getenv("BKAPP_EXTERNAL_PAAS_HOST", "")
10911091

10921092
# 是否使用新监控网关地址
1093-
USE_NEW_MONITOR_APIGATEWAY = os.getenv("BKAPP_USE_NEW_MONITOR_APIGATEWAY", "on").lower() == "on"
1093+
USE_NEW_MONITOR_APIGATEWAY = os.getenv("BKAPP_USE_NEW_MONITOR_APIGATEWAY", "off").lower() == "on"
10941094

10951095
# 外部版网关密钥
10961096
EXTERNAL_APIGW_PUBLIC_KEY = os.getenv("BKAPP_EXTERNAL_APIGW_PUBLIC_KEY", "")

0 commit comments

Comments
 (0)