From ca4e620f720fc28d86bcb085058aa584381ae6b3 Mon Sep 17 00:00:00 2001 From: Chandra Y Date: Wed, 20 Dec 2023 14:31:22 -0600 Subject: [PATCH] Update README.md for local ngrok Ngrok is now asking for account creation. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b527a75e..133998927 100644 --- a/README.md +++ b/README.md @@ -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