Updating references
schedtxt_api PR / Rustfmt (pull_request) Successful in 1m17s
schedtxt_api PR / Check (pull_request) Successful in 1m24s
schedtxt_api PR / Clippy (pull_request) Successful in 1m53s

This commit is contained in:
2026-07-13 17:50:46 -04:00
parent 42b995ec21
commit caedbf124e
14 changed files with 163 additions and 171 deletions
+5 -5
View File
@@ -1,14 +1,14 @@
# Getting started
Fastest way to get started is with docker. Make sure that is installed before moving forward.
This application requires `textsender_auth` and `catapult` repositories to be located in the
This application requires `schedtxt_auth` and `catapult` repositories to be located in the
parent directory.
```
.
..
- textsender_auth/
- textsender_api/
- schedtxt_auth/
- schedtxt_api/
- catapult/
```
@@ -18,10 +18,10 @@ Copy over the `.env.docker.sample` to `.env` to get started.
### Token service
The `JWT_SECRET` environment variable should be the same variable as `SECRET_MAIN_KEY` in
`textsender_auth`.
`schedtxt_auth`.
### Messaging configuration
textsender uses `twilio` as the service to send the messages. You will need to sign up with
schedtxt uses `twilio` as the service to send the messages. You will need to sign up with
them and be provided an account SID, service SID, auth token, and phone number. Update the
corresponding `TWILIO_*` variables.