Fix api env variable usage

This commit is contained in:
2021-10-04 17:18:55 -05:00
parent cc44c409d7
commit d4e76486fc
3 changed files with 8 additions and 6 deletions

View File

@@ -16,3 +16,5 @@ inputs:
dbIndex1: ${output:database.indexes.gsi1.name}
# A secret token to sign the JWT tokens with.
tokenSecret: ${env:tokenSecret} # Change to secret via environment variable: ${env:tokenSecret}
auth0Audience: "https://${env:SNOWPACK_PUBLIC_API_DOMAIN}/"
auth0Domain: ${env:SNOWPACK_PUBLIC_AUTH0_DOMAIN}