Skip to content

Commit

Permalink
docs: update README for local testing to include --unsafe-mode flag…
Browse files Browse the repository at this point in the history
… usage with relay service
  • Loading branch information
vitorfdl committed Sep 25, 2024
1 parent d16a060 commit ac35631
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,11 @@ The Relay comes with pre-set TLS certificates configured during build time, so y
The default port for the Middleware Endpoint is 3001, but you can change this by setting the downlink_port in your (configuration file)[#configuration-file-and-environment-variables].
Repl
3. **Local Testing**:
For local testing, you can use tools like ngrok or tailscale to expose your local server to the internet securely.
For local testing, you can use tools like ngrok or tailscale to expose your local server to the internet securely. Ensure to run the relay with the `--unsafe-mode` flag.
```sh
tagoio-relay start --unsafe-mode
```
**Using Ngrok:**
```bash
Expand Down

0 comments on commit ac35631

Please sign in to comment.