From b952350a7b13086219b71e3776dd4149ddce148f Mon Sep 17 00:00:00 2001 From: Hariharan1828 <111977147+Hariharan1828@users.noreply.github.com> Date: Fri, 10 May 2024 22:35:03 +0530 Subject: [PATCH] fix CORS issue in .env.example (#2370) * fix CORS issue in .env.example * Fixed the IFRAME_ORIGINS --- docker/.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/.env.example b/docker/.env.example index d685140a9..8b1e32065 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -6,8 +6,8 @@ LOG_PATH=/root/.flowise/logs BLOB_STORAGE_PATH=/root/.flowise/storage # NUMBER_OF_PROXIES= 1 -# CORS_ORIGINS="*" -# IFRAME_ORIGINS="*" +# CORS_ORIGINS=* +# IFRAME_ORIGINS=* # DATABASE_TYPE=postgres # DATABASE_PORT=5432