From 0e63eb338ba993c17a3ce7bc92b69e611f8dedcc Mon Sep 17 00:00:00 2001 From: Fares Abawi Date: Fri, 20 Jun 2025 17:23:01 +0200 Subject: [PATCH] Update envfile --- envfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envfile b/envfile index 294a09d..652ae18 100644 --- a/envfile +++ b/envfile @@ -4,7 +4,7 @@ TURN_SECRET=your_secure_turn_secret NODE_ENV=production # Host Configuration -HOST_DOMAIN=ywebrtc.example.com +HOST_DOMAIN=filepizza.example.com # CORS Configuration API_ORIGINS=https://filepizza.example.com,https://myapp.example.com,http://localhost:8081