Skip to content

Commit b952350

Browse files
fix CORS issue in .env.example (#2370)
* fix CORS issue in .env.example * Fixed the IFRAME_ORIGINS
1 parent 38ce851 commit b952350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/.env.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ LOG_PATH=/root/.flowise/logs
66
BLOB_STORAGE_PATH=/root/.flowise/storage
77

88
# NUMBER_OF_PROXIES= 1
9-
# CORS_ORIGINS="*"
10-
# IFRAME_ORIGINS="*"
9+
# CORS_ORIGINS=*
10+
# IFRAME_ORIGINS=*
1111

1212
# DATABASE_TYPE=postgres
1313
# DATABASE_PORT=5432

0 commit comments

Comments
 (0)