myai: document MSSQL host as mssql.easysoft.ro (DNS name) in the env template

Deployed staging/prod envs now use Database__Host=mssql.easysoft.ro (LAN DNS -> the MSSQL
VM 10.0.0.240) instead of the raw IP, matching the infra DNS standardization. The
docker-compose default stays 'sqlserver' for local dev. (.env/.env.staging/.env.production
are gitignored; their deployed values were updated locally and apply on redeploy.)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-23 17:01:06 +03:00
parent 5aaf848423
commit 65ae4b42da
+4 -2
View File
@@ -49,8 +49,10 @@ Ai__Ollama__ChatModel=llama2
Ai__Ollama__EmbeddingModel=embedding-model Ai__Ollama__EmbeddingModel=embedding-model
Ai__Ollama__TimeoutSeconds=30 Ai__Ollama__TimeoutSeconds=30
# Database (shared) - maps to Database:Host etc. used by apps # Database (shared) - maps to Database:Host etc. used by apps.
Database__Host=sqlserver # Deployed (staging/prod) uses the LAN DNS name (resolves to the MSSQL VM 10.0.0.240);
# for local dev leave it unset to use the docker-compose 'sqlserver' service default.
Database__Host=mssql.easysoft.ro
Database__Port=1433 Database__Port=1433
Database__Name=MyAiDb Database__Name=MyAiDb
Database__User=sa Database__User=sa