From 5920d8c3fbaa2f1d040e9d575b704d57f8abb7d9 Mon Sep 17 00:00:00 2001 From: Fares Abawi Date: Fri, 20 Jun 2025 17:18:26 +0200 Subject: [PATCH] Update envfile --- envfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/envfile b/envfile index 90e40c0..294a09d 100644 --- a/envfile +++ b/envfile @@ -4,8 +4,10 @@ TURN_SECRET=your_secure_turn_secret NODE_ENV=production # Host Configuration -HOST_DOMAIN=filepizza.emaily.re -API_ORIGINS=https://filepizza.emaily.re,https://emaily.re,https://texlyre.github.io +HOST_DOMAIN=ywebrtc.example.com + +# CORS Configuration +API_ORIGINS=https://filepizza.example.com,https://myapp.example.com,http://localhost:8081 # Cloudflare Tunnel Configuration -CLOUDFLARE_API_KEY=your_cloudflare_api_key \ No newline at end of file +CLOUDFLARE_API_KEY=your_cloudflare_api_key