Skip to content

Commit

Permalink
Merge pull request #2614 from input-output-hk/fix-update-client-deps
Browse files Browse the repository at this point in the history
Fixing a problem with the update-client-deps script.
  • Loading branch information
krisajenkins committed Jan 19, 2021
2 parents d9ec010 + 9dcf8dc commit a72e780
Show file tree
Hide file tree
Showing 7 changed files with 1,267 additions and 1,255 deletions.
2 changes: 1 addition & 1 deletion deployment/terraform/lambdas.tf
Expand Up @@ -125,7 +125,7 @@ resource "aws_lambda_function" "plutus_playground" {
GITHUB_CLIENT_SECRET = var.plutus_github_client_secret
JWT_SIGNATURE = var.plutus_jwt_signature
FRONTEND_URL = "https://${var.env}.${var.plutus_tld}"
GITHUB_CALLBACK_PATH = ""
GITHUB_CALLBACK_PATH = "/api/oauth/github/callback"
WEBGHC_URL = "https://${var.env}.${var.plutus_tld}"
}
}
Expand Down

0 comments on commit a72e780

Please sign in to comment.