Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLieb authored Sep 3, 2024
1 parent bd06c5c commit 2150122
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,13 @@ Format code before new changes
```bash
black .
```

### Beta environment

The beta environment allows us to test changes before pushing to production, while still only using a single twilio number.
In the .env, set the environment to `BETA`, and confirm you have set the `beta_code` and `beta_allowlist`.

In twilio, add a backup message webhook, which points to the beta url.

To route messages to the beta webhook, start any message with the `beta_code`.
To route images to the beta webhook, first send a single message containing only the `beta_code`. Then, send an image normally.

0 comments on commit 2150122

Please sign in to comment.