From 153f28482beb306374b8d43a332706b9ab5586b7 Mon Sep 17 00:00:00 2001 From: Shiven Mian Date: Sun, 18 Feb 2024 22:43:34 -0800 Subject: [PATCH] fix: update server_url --- 01OS/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01OS/.env.example b/01OS/.env.example index cc7faae..5b27224 100644 --- a/01OS/.env.example +++ b/01OS/.env.example @@ -22,7 +22,7 @@ PIPER_VOICE_NAME="en_US-lessac-medium.onnx" # If SERVER_START, this is where we'll serve the server. # If CLIENT_START, this is where the client expects the server to be. -SERVER_URL=ws://localhost:8000/ +SERVER_URL=ws://0.0.0.0:8000/ SERVER_START=True CLIENT_START=True