@cryptotaxi247 / CoPilot / commits / 46b9c387

Update .env.example (#482)

taylor_socfortress committed Jul 28, 2025 at 09:36 UTC 46b9c387a17d4fb22e7d30aaa47dcb619caad773
1 file changed +1 -1
.env.example
+1 -1
@@ -86,7 +86,7 @@ LOG_LEVEL=INFO
86 MCP_SERVER_ENABLED=true
87
88 # External OpenSearch Configuration
89 -OPENSEARCH_URL=https://your-wazuh-indexer-url:9200
89 +OPENSEARCH_URL=https://your-wazuh-indexer-url:9200 # Likely your wazuh-indexer
90 OPENSEARCH_USERNAME=YOUR_WAZUH_INDEXER_USERNAME
91 OPENSEARCH_PASSWORD=YOUR_WAZUH_INDEXER_PASSWORD
92 OPENSEARCH_SSL_VERIFY=false