mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 15:35:22 +02:00
Add ngrok instructions
This commit is contained in:
parent
2b7924247e
commit
27f810c230
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -63,6 +63,19 @@ yarn prisma:seed
|
|||
yarn dev
|
||||
```
|
||||
|
||||
## Set Up Ngrok
|
||||
|
||||
External data providers require HTTPS/SSL webhook URLs for sending data.
|
||||
|
||||
To test this locally/during development, you will need to setup `ngrok`.
|
||||
|
||||
1. Visit [ngrok.com](https://ngrok.com/)
|
||||
2. Create a free account
|
||||
3. Visit [this page](https://dashboard.ngrok.com/get-started/your-authtoken) to access your auth token
|
||||
4. Paste it into your `.env` file: `NGROK_AUTH_TOKEN={your_auth_token}`
|
||||
|
||||
That's it! As long as you run the project locally using `docker` with `yarn dev:services:all` you'll be good to go.
|
||||
|
||||
## Contributing
|
||||
|
||||
To contribute, please see our [contribution guide](https://github.com/maybe-finance/maybe/blob/main/CONTRIBUTING.md).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue