Skip to content

Commit

Permalink
MMT-3954: Adding run
Browse files Browse the repository at this point in the history
  • Loading branch information
mandyparson committed Dec 10, 2024
1 parent 497c51f commit bfb1d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ In order to run serverless-offline, which is used for mimicking API Gateway to c
Environment|CLI|
|-|-|
|Local| $ npm run offline|
|SIT| $ EDL_PASSWORD=SIT Password npm offline
|UAT| $ EDL_PASSWORD='UAT Password' npm offline
|SIT| $ EDL_PASSWORD=SIT Password npm run ffline
|UAT| $ EDL_PASSWORD='UAT Password' npm run offline

For UAT ONLY - you will need to change lines 34-37 in the static.config file to read as follows:
```bash
Expand Down

0 comments on commit bfb1d14

Please sign in to comment.