summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-01-17 15:32:26 +0000
committerSanto Cariotti <santo@dcariotti.me>2025-01-17 15:32:51 +0000
commit24f2680f2f97fb8e3d3eff829d1a41416bdd6562 (patch)
tree4f64cd96e93037fa3bfcc4c19e4bf613915db143 /README.md
parentd57741c8e744652c30912e89627f17f69bbf0c94 (diff)
Move UNREALSPEECH_TOKEN to config
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d8b698f..9aa2e5d 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Now, you can proceed to set up some environment variables:
- `JWT_SECRET`: the base64 version of the secret used for JWT tokens.
- `EXPO_ACCESS_TOKEN`: the base64 version of the [Expo](https://expo.dev) access token.
-- `UNREALSPEECH_TOKEN`: the base64 version of the [Unrealspeech](https://unrealspeech.com/) access token.
+- `UNREALSPEECH_TOKEN`: [Unrealspeech](https://unrealspeech.com/) access token.
- `RUST_LOG`: level of Rust logging.
- `VITE_API_URL`: url for the backend API.