Skip to content

Commit

Permalink
Fix stage env var
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad committed May 22, 2024
1 parent 647a07c commit 02b22f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac_api/infrastructure/construct.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(

lambda_env = {
"VEDA_STAC_ROOT_PATH": veda_stac_settings.stac_root_path,
"VEDA_STAC_STAGE": veda_stac_settings.jwks_url,
"VEDA_STAC_STAGE": stage,
"VEDA_STAC_USERPOOL_ID": veda_stac_settings.userpool_id,
"VEDA_STAC_CLIENT_ID": veda_stac_settings.client_id,
"VEDA_STAC_COGNITO_DOMAIN": veda_stac_settings.cognito_domain,
Expand Down

0 comments on commit 02b22f7

Please sign in to comment.