fix missing redis.conf

pull/6/head
Namekuji 2022-12-16 23:41:08 -05:00
rodzic c9f2e0f86f
commit 65ef7fa07a
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -34,15 +34,16 @@ These ports are changeable in `config/livekit.yaml`. Please refer to the documen
### Edit Config Files ### Edit Config Files
The followings files need to be configured to run Audon. The followings config files are needed to run Audon.
- `.end.production` - `.end.production`
- `config/livekit.yaml` - `config/livekit.yaml`
- `config/redis.conf`
First, create them by copying the sample files. First, create them by copying the sample files.
``` ```
cp .env.production.sample .env.production && cp config/livekit.sample.yaml config/livekit.yaml cp .env.production.sample .env.production && cp config/livekit.sample.yaml config/livekit.yaml && cp config/redis.sample.conf config/redis.conf
``` ```
Then, create a pair of API key and secret to connect to LiveKit. Then, create a pair of API key and secret to connect to LiveKit.