We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d4a65 commit 6d3611aCopy full SHA for 6d3611a
bklog/config/default.py
@@ -1090,7 +1090,7 @@ def redirect_func(request):
1090
EXTERNAL_PAAS_HOST = os.getenv("BKAPP_EXTERNAL_PAAS_HOST", "")
1091
1092
# 是否使用新监控网关地址
1093
-USE_NEW_MONITOR_APIGATEWAY = os.getenv("BKAPP_USE_NEW_MONITOR_APIGATEWAY", "on").lower() == "on"
+USE_NEW_MONITOR_APIGATEWAY = os.getenv("BKAPP_USE_NEW_MONITOR_APIGATEWAY", "off").lower() == "on"
1094
1095
# 外部版网关密钥
1096
EXTERNAL_APIGW_PUBLIC_KEY = os.getenv("BKAPP_EXTERNAL_APIGW_PUBLIC_KEY", "")
0 commit comments