mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 05:01:10 +03:00
fix CORS issue in .env.example (#2370)
* fix CORS issue in .env.example * Fixed the IFRAME_ORIGINS
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ LOG_PATH=/root/.flowise/logs
|
|||||||
BLOB_STORAGE_PATH=/root/.flowise/storage
|
BLOB_STORAGE_PATH=/root/.flowise/storage
|
||||||
|
|
||||||
# NUMBER_OF_PROXIES= 1
|
# NUMBER_OF_PROXIES= 1
|
||||||
# CORS_ORIGINS="*"
|
# CORS_ORIGINS=*
|
||||||
# IFRAME_ORIGINS="*"
|
# IFRAME_ORIGINS=*
|
||||||
|
|
||||||
# DATABASE_TYPE=postgres
|
# DATABASE_TYPE=postgres
|
||||||
# DATABASE_PORT=5432
|
# DATABASE_PORT=5432
|
||||||
|
|||||||
Reference in New Issue
Block a user