From 65ef7fa07a9b3fc4d8b6b5298d3c8944ca50bdc1 Mon Sep 17 00:00:00 2001 From: Namekuji Date: Fri, 16 Dec 2022 23:41:08 -0500 Subject: [PATCH] fix missing redis.conf --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8f3dae..801c608 100644 --- a/README.md +++ b/README.md @@ -34,15 +34,16 @@ These ports are changeable in `config/livekit.yaml`. Please refer to the documen ### Edit Config Files -The followings files need to be configured to run Audon. +The followings config files are needed to run Audon. - `.end.production` - `config/livekit.yaml` +- `config/redis.conf` 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.