Skip to content

Commit

Permalink
优化 relead.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-smile committed Nov 16, 2023
1 parent 60f1ecf commit c07da87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdks/apigw-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,10 @@ class Command(BaseCommand):
if not settings.SYNC_APIGATEWAY_ENABLED:
return

# 待同步网关名,需修改为实际网关名;直接指定网关名,则不需要配置 django settings BK_APIGW_NAME
gateway_name = "bk-demo"

# 待同步网关、资源定义文件,需调整为实际的配置文件地址
definition_path = os.path.join(settings.BASE_DIR, "support-files/definition.yaml")
resources_path = os.path.join(settings.BASE_DIR, "support-files/resources.yaml")

Expand Down

0 comments on commit c07da87

Please sign in to comment.