diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2024-09-13 11:04:16 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-13 11:04:16 +0000 |
| commit | 28f4a1be06e29bb3bbb3dbf4f9307308783450ab (patch) | |
| tree | cf006f2d02e31b02e9636228475095cddfb4c470 /README.md | |
| parent | 50f16bb68fb6b28a1049ca25bb4273847c77ea93 (diff) | |
Text-to-speach API for alert sound generation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ``` |
