MeetingBaasMeeting Baas
Getting Started

Ngrok setup

We create ngrok tunnel(s) for running several bots at once on your local machine

Local Setup

For running one or more bots locally, you'll need an ngrok authtoken. Follow these steps:

  1. Sign up for a free account at ngrok.com
  2. After signing up, get your authtoken from the Your Authtoken page
  3. Add the token to your .env file or set it as an environment variable:
NGROK_AUTHTOKEN=your_ngrok_auth_token_here

That's it folks :)

On this page