Skip to content

Commit

Permalink
Update README.md for local ngrok
Browse files Browse the repository at this point in the history
Ngrok is now asking for account creation.
  • Loading branch information
chandra-tacc authored Dec 20, 2023
1 parent df09006 commit ca4e620
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,13 @@ setup_allocations_index(force=True)

### Setting up notifications locally:

1. Run an [ngrok](https://ngrok.com/download) session to route webhooks to `core_portal_nginx`:
1. Setup an account in ngrok, https://dashboard.ngrok.com/signup. Run the auth setup the signup steps suggest.
2. Run an [ngrok](https://ngrok.com/download) session to route webhooks to `core_portal_nginx`:

```
ngrok http 443
```
2. Then, take the `https` url generated by ngrok and paste it into the `WH_BASE_URL` setting in `settings_local.py`
3. Then, take the `https` url generated by ngrok and paste it into the `WH_BASE_URL` setting in `settings_local.py`


### Linting and Formatting Conventions
Expand Down

0 comments on commit ca4e620

Please sign in to comment.