Skip to content

Commit ef01460

Browse files
authored
[Custom DC] Add enable mcp and search scope vars to sample env file (#5989)
1 parent 20286d7 commit ef01460

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

custom_dc/env.list.sample

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ REDIS_HOST=
4444
# (Optional) Secret token to authorize users to perform /admin page operations.
4545
ADMIN_SECRET=
4646

47+
### MCP parameters ###
48+
49+
# (Optional) If true, MCP server will be started. Default: true.
50+
# ENABLE_MCP=true
51+
# (Optional) Search scope for querying indicators (variables and topics).
52+
# Options: "base_and_custom" (default), "custom_only"
53+
# DC_SEARCH_SCOPE=base_and_custom
54+
4755
### Google Analytics ###
4856

4957
# (Optional) Set to your Google Tag ID to enable Google Analytics. See https://support.google.com/analytics/answer/9539598

0 commit comments

Comments
 (0)