fix CORS issue in .env.example (#2370)

* fix CORS issue in .env.example

* Fixed the IFRAME_ORIGINS
This commit is contained in:
Hariharan1828
2024-05-10 22:35:03 +05:30
committed by GitHub
parent 38ce851200
commit b952350a7b
+2 -2
View File
@@ -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