We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20286d7 commit ef01460Copy full SHA for ef01460
1 file changed
custom_dc/env.list.sample
@@ -44,6 +44,14 @@ REDIS_HOST=
44
# (Optional) Secret token to authorize users to perform /admin page operations.
45
ADMIN_SECRET=
46
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
55
### Google Analytics ###
56
57
# (Optional) Set to your Google Tag ID to enable Google Analytics. See https://support.google.com/analytics/answer/9539598
0 commit comments