# Example Environment Configuration
# Copy this to .env and modify with your actual database credentials
# MSSQL Server Connection
MSSQL_SERVER=localhost
MSSQL_PORT=1433
MSSQL_USER=your_username
MSSQL_PASSWORD=your_password
MSSQL_DATABASE=your_default_database
# Security Settings
MSSQL_ENCRYPT=true
MSSQL_TRUST_SERVER_CERTIFICATE=true
# Query Limits
MAX_ROWS=100
QUERY_TIMEOUT=30000