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:
@@ -49,8 +49,10 @@ Ai__Ollama__ChatModel=llama2
|
||||
Ai__Ollama__EmbeddingModel=embedding-model
|
||||
Ai__Ollama__TimeoutSeconds=30
|
||||
|
||||
# Database (shared) - maps to Database:Host etc. used by apps
|
||||
Database__Host=sqlserver
|
||||
# Database (shared) - maps to Database:Host etc. used by apps.
|
||||
# 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__Name=MyAiDb
|
||||
Database__User=sa
|
||||
|
||||
Reference in New Issue
Block a user