Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document update ngrok #43

Merged
merged 10 commits into from
Sep 27, 2023
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,23 @@ npx prisma db push
yarn dev
```

## Run the local cron worker

### Ngrok

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 steps:

Edit your github [app](https://github.com/settings/apps)

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

On the .env file:

Replace the value of **NEXTAUTH_URL** variable with your new url


marresgit marked this conversation as resolved.
Show resolved Hide resolved
### Run the local cron worker

There is a way to run a local cron worker that will trigger all scheduled runs when developing locally

Expand Down