diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2025-01-15 15:21:40 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2025-01-15 15:21:40 +0000 |
| commit | a51ba5d4857b6ceabf87482948a89667d9b58362 (patch) | |
| tree | f76f0c7d78773b9a29819bd042237239ab73543c /README.md | |
| parent | f9f13898263aff70af604314904c4bddd57fd05f (diff) | |
Add frontend
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,7 +23,8 @@ 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. -- `RUST_LOG`: level of Rust logging +- `RUST_LOG`: level of Rust logging. +- `VITE_API_URL`: url for the backend API. Meanwhile the followings are setted up by default. |
