fix CORS issue in .env.example (#2370)
* fix CORS issue in .env.example * Fixed the IFRAME_ORIGINS
This commit is contained in:
parent
38ce851200
commit
b952350a7b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue