summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-13 11:04:16 +0000
committerSanto Cariotti <santo@dcariotti.me>2024-09-13 11:04:16 +0000
commit28f4a1be06e29bb3bbb3dbf4f9307308783450ab (patch)
treecf006f2d02e31b02e9636228475095cddfb4c470 /README.md
parent50f16bb68fb6b28a1049ca25bb4273847c77ea93 (diff)
Text-to-speach API for alert sound generation
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ea71497..50a7acf 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,9 @@ Now you set up some env variables:
- `EXPO_ACCESS_TOKEN`: used by the [Expo](https://expo.dev) API access.
+- `UNREALSPEECH_TOKEN`: used by [Unrealspeech](https://unrealspeech.com) for
+ text-to-speach API.
+
After that you must copy the `schema/init.sql` file into the database.
Now just run the app
@@ -64,6 +67,7 @@ docker run \
-e JWT_SECRET=... \
-e ALLOWED_HOST=... \
-e EXPO_ACCESS_TOKEN ... \
+ -e UNREALSPEECH_TOKEN ... \
cas:latest
```