From 4aee22d14fb90b40f883dbb50f65d05b629c4ec4 Mon Sep 17 00:00:00 2001 From: Ethan Zhang Date: Mon, 18 Nov 2024 14:20:50 +0800 Subject: [PATCH] Update .env.example --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 622345f..b71ea7e 100644 --- a/.env.example +++ b/.env.example @@ -6,8 +6,8 @@ AGORA_APP_CERT= OPENAI_API_KEY= OPENAI_MODEL= -# port of api server +# port of api server, the default value is 8080 if not specified SERVER_PORT= # override this if you want to develop against a local dev server -# REALTIME_API_BASE_URI=ws://localhost:8081 \ No newline at end of file +# REALTIME_API_BASE_URI=ws://localhost:8081