Skip to content

Commit

Permalink
local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel committed Jan 26, 2024
1 parent 6049a2e commit 52fa95c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion node/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ custom:
MONGO_URI: ${ssm:/mentorpal/graphql/dev/mongo_uri, ''}
NODE_ENV: 'careerfair-dev'
STATIC_URL_BASE: 'https://static.devmentorpal.org/'
CORS_ORIGIN: 'https://newdev.mentorpal.org,https://devmentorpal.org,.mentorpal.org,.devmentorpal.org'
CORS_ORIGIN: 'https://newdev.mentorpal.org,https://devmentorpal.org,.mentorpal.org,.devmentorpal.org,http://mentorpallocal.org,http://mentorpallocal.org/'
GOOGLE_CLIENT_ID: ${ssm:/mentorpal/qa/shared/GOOGLE_CLIENT_ID, ''}
REFRESH_TOKEN_NAME: 'refreshTokenDev'
WEBACL_ARN: ${ssm:/devmentorpal/api_firewall_arn, ''}
Expand Down Expand Up @@ -152,6 +152,8 @@ functions:
method: ANY
cors:
origins:
- 'http://mentorpallocal.org'
- 'http://mentorpallocal.org/'
- 'https://newdev.mentorpal.org'
- 'https://v2.mentorpal.org'
- 'https://careerfair.mentorpal.org'
Expand Down

0 comments on commit 52fa95c

Please sign in to comment.