From 50d792c6c963a55d6c4f17ff68d97ec46365f2f6 Mon Sep 17 00:00:00 2001 From: Robin Date: Wed, 29 Nov 2023 10:42:54 -0500 Subject: [PATCH] Make some corrections to the development guide --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 01d5efd8..cc422d6e 100644 --- a/README.md +++ b/README.md @@ -93,12 +93,12 @@ service for development. These use a test 'secret' published in this repository, so this must be used only for local development and **_never be exposed to the public Internet._** -To use it, add SFU parameter in your local config `./public/config.yml`: +To use it, add SFU parameter in your local config `./public/config.json`: -```yaml +```json "livekit": { - "jwt_service_url": "http://localhost:8881" - }, + "livekit_service_url": "http://localhost:8881" +}, ``` Run backend components: