Skip to content

Commit

Permalink
fix CORS issue in .env.example (#2370)
Browse files Browse the repository at this point in the history
* fix CORS issue in .env.example

* Fixed the IFRAME_ORIGINS
  • Loading branch information
Hariharan1828 authored May 10, 2024
1 parent 38ce851 commit b952350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b952350

Please sign in to comment.