Skip to content

Commit

Permalink
Added some minor fixes to try and get cloud function working on sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
lambeb committed Oct 30, 2024
1 parent e12ddca commit c31be02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions appengine_templates/app.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env_variables:
SESSION_SECRET: _SESSION_SECRET
ROLES: _ROLES
CREATE_DONOR_CASES_CLOUD_FUNCTION_URL: _CREATE_DONOR_CASES_CLOUD_FUNCTION_URL
REISSUE_NEW_DONOR_CASE_CLOUD_FUNCTION_URL: _REISSUE_NEW_DONOR_CASE_CLOUD_FUNCTION_URL

automatic_scaling:
min_instances: _MIN_INSTANCES
Expand Down
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ process.env = Object.assign(process.env, {
BIMS_API_URL: "bims-mock-api",
BIMS_CLIENT_ID: "mock-client-id",
CREATE_DONOR_CASES_CLOUD_FUNCTION_URL: "mock-cloud-function-url",
REISSUE_NEW_DONOR_CASE_CLOUD_FUNCTION_URL: "mock-cloud-function-url",
AUTH_TOKEN: "mock-dummy-token"
});

0 comments on commit c31be02

Please sign in to comment.