.env.example•862 B
# Senzing SDK Configuration
# Copy this file to .env and update with your actual values
# Path to Senzing SDK installation (if needed)
# SENZING_DIR=/opt/senzing
# Engine configuration JSON
# This should contain your database connection and other settings
SENZING_ENGINE_CONFIGURATION_JSON={"PIPELINE": {"CONFIGPATH": "/etc/opt/senzing", "RESOURCEPATH": "/opt/senzing/g2/resources", "SUPPORTPATH": "/opt/senzing/data"}, "SQL": {"CONNECTION": "sqlite3://na:na@/var/opt/senzing/sqlite/G2C.db"}}
# Optional: Instance name for this MCP server
# SENZING_INSTANCE_NAME=senzing-mcp-server
# Optional: License file path (if using commercial license)
# SENZING_LICENSE_PATH=/etc/opt/senzing/g2.lic
# Optional: Module name for SDK initialization
# SENZING_MODULE_NAME=senzing-mcp
# Optional: Verbosity level (0=no logging, higher=more verbose)
# SENZING_LOG_LEVEL=0