Skip to content

Commit

Permalink
新增4个FC工具组件
Browse files Browse the repository at this point in the history
  • Loading branch information
longchao1916 committed Mar 19, 2024
1 parent 6d43d40 commit 918c043
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ def _init_client(self, instance_id, account, api_key):
from pymochow.auth.bce_credentials import AppBuilderCredentials

gateway = os.getenv("GATEWAY_URL") if os.getenv("GATEWAY_URL") else GATEWAY_URL

appbuilder_token = os.getenv("APPBUILDER_TOKEN")

config = Configuration(
credentials=AppBuilderCredentials(account, api_key, appbuilder_token),
endpoint=gateway,
Expand Down

0 comments on commit 918c043

Please sign in to comment.