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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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