From 21501223b5960a3309715fb50a7ecf0dbcae630d Mon Sep 17 00:00:00 2001 From: Aaron Lieberman <42902411+AaronLieb@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:01:59 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4b8eb83..b07b5a0 100644 --- a/README.md +++ b/README.md @@ -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.