fix: add is_cloud_only for templates (#37846)

Co-authored-by: Joel <iamjoel007@gmail.com>
This commit is contained in:
非法操作
2026-06-24 08:29:54 +00:00
committed by GitHub
co-authored by Joel
parent ce6297bed2
commit fe62177ba5
37 changed files with 447 additions and 67 deletions
+3
View File
@@ -41,6 +41,9 @@ FILES_ACCESS_TIMEOUT=300
# Remove `collaboration` from COMPOSE_PROFILES to stop the dedicated websocket service.
ENABLE_COLLABORATION_MODE=true
# Learn app feature toggle
ENABLE_LEARN_APP=true
# Logging and server workers
LOG_LEVEL=INFO
LOG_OUTPUT_FORMAT=text
@@ -18,6 +18,9 @@ MIGRATION_ENABLED=true
FILES_ACCESS_TIMEOUT=300
# Remove `collaboration` from COMPOSE_PROFILES to stop the dedicated websocket service.
ENABLE_COLLABORATION_MODE=true
# Learn app feature toggle
ENABLE_LEARN_APP=true
CELERY_BROKER_URL=redis://:difyai123456@redis:6379/1
CELERY_TASK_ANNOTATIONS=null
AZURE_BLOB_ACCOUNT_URL=https://<your_account_name>.blob.core.windows.net