Initial commit: SQL Server 2025 local dev stack
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user