Initial commit: SQL Server 2025 local dev stack

This commit is contained in:
2026-01-30 15:16:51 +01:00
commit 4a905eeaaa
18 changed files with 534 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# 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