Skip to content

Commit

Permalink
upd readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed May 21, 2024
1 parent 70a6666 commit 806b69e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions microservices/gatewayApi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ helm upgrade --install gwa-kong-api --namespace ocwa bcgov/generic-api
Locally running:

```sh
ACCESS_USER=kubeuser ACCESS_SECRET=s3cret \
uvicorn main:app --host 0.0.0.0 --port 8080 --reload
uvicorn wsgi:app --host 0.0.0.0 --port 8080 --reload
```

Testing:
Expand Down

0 comments on commit 806b69e

Please sign in to comment.