diff --git a/docker/envs/core-services/shared.env.example b/docker/envs/core-services/shared.env.example index aaab029807..78e050cace 100644 --- a/docker/envs/core-services/shared.env.example +++ b/docker/envs/core-services/shared.env.example @@ -222,6 +222,10 @@ QUEUE_MONITOR_INTERVAL=30 SWAGGER_UI_ENABLED=false SWAGGER_UI_PATH=/swagger-ui.html OPENAPI_ENABLED=false +OPENAPI_CORS_ALLOW_ORIGINS= +OPENAPI_KNOWN_CLIENT_IDS=difyctl +OPENAPI_RATE_LIMIT_PER_TOKEN=60 +ENABLE_OAUTH_BEARER=false DSL_EXPORT_ENCRYPT_DATASET_ID=true DATASET_MAX_SEGMENTS_PER_REQUEST=0 ENABLE_CLEAN_EMBEDDING_CACHE_TASK=false