# Copy to .env and adjust values. # IMPORTANT: Use a strong SA password (complexity rules apply). MSSQL_SA_PASSWORD=ChangeMe_UseARealP@ssw0rd! # Optional: host port (default 1433) MSSQL_PORT=1433 # IMPORTANT (SQL Server 2025): # Valid examples: Developer, DeveloperStandard, Express, Evaluation, Standard, Enterprise # For local dev: Developer (free, non-prod) MSSQL_PID=Developer