Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from topcoder-platform/hotfix/mapping-env-varia…
Browse files Browse the repository at this point in the history
…bles-serverless

Mapping env variables
  • Loading branch information
vikasrohit committed Sep 2, 2021
2 parents baeddc1 + 4ef5d99 commit cd83beb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion serverless.yml
Expand Up @@ -17,7 +17,8 @@ provider:
AUTH0_CLIENT_ID: ${file(./config/${self:provider.stage}.json):AUTH0_CLIENT_ID}
AUTH0_CLIENT_SECRET: ${file(./config/${self:provider.stage}.json):AUTH0_CLIENT_SECRET}
UBAHN_API_URL: ${file(./config/${self:provider.stage}.json):UBAHN_API_URL}
SKILL_PROVIDER_NAME: ${file(./config/${self:provider.stage}.json):SKILL_PROVIDER_NAME}
TC_BETA_API_URL: ${file(./config/${self:provider.stage}.json):TC_BETA_API_URL}
TAXONOMY_NAME: ${file(./config/${self:provider.stage}.json):TAXONOMY_NAME}

functions:
handler:
Expand Down

0 comments on commit cd83beb

Please sign in to comment.