Skip to content

Commit

Permalink
Documents ngrok guide to README #2
Browse files Browse the repository at this point in the history
  • Loading branch information
marresgit committed Sep 27, 2023
1 parent bf364b3 commit aa24a7e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,18 @@ yarn dev

### Ngrok

When you get a new **ngrok** url, you will need to replace the old url in your Github app. Here are the stepps:
When you get a new **ngrok** url, you will need to replace the old url in your Github app and .env file. Here are the stepps:

**Click on:**
* Profile picture
* Settings
* Developer settings
* Edit (on your app) -> Authenticate

Replace your new ngrok **url** with old on **(remember to leave the subdirectorys on both)**:
Replace your new ngrok **url** with old on **(remember to leave the subdirectories on both)**:
* Callback URL
* Webhook URL

On the .env file:

Add your new url to **NEXTAUTH_URL** variable

0 comments on commit aa24a7e

Please sign in to comment.