diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-12-11 20:16:08 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-12-11 20:16:08 +0100 |
commit | a785f313f93f2d3b76a63c3adbd81f8fff1271b0 (patch) | |
tree | 2131b40c7661eb76c7504ccf3c3519e7b71fcc90 | |
parent | b5a7a8c5cb4f2c3645c3c53f827a9915e5817108 (diff) |
Add `AUDIO_PATH` as env on readme
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ Now you set up some env variables: - `UNREALSPEECH_TOKEN`: used by [Unrealspeech](https://unrealspeech.com) for text-to-speach API. +- `AUDIO_PATH`: folder path where to store audios + After that you must copy the `schema/init.sql` file into the database. Now just run the app |