Skip to content

Commit

Permalink
feature: PaaS 部署适配(#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuoZhuoCrayon committed Sep 15, 2021
1 parent c8e699b commit 3295b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/gsekit/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def fetch_esb_api_key():
print(message, flush=True)
logger.info(message)
else:
esb_result = EsbApi.get_api_public_key()
esb_result = EsbApi.get_api_public_key({"no_request": True})
if esb_result["result"]:
api_public_key = esb_result["data"]["public_key"]
settings.APIGW_PUBLIC_KEY = api_public_key
Expand Down

0 comments on commit 3295b7c

Please sign in to comment.