docs: مشکل ۱۴-۱۶ — K8S_SERVER اشتباه, نبود appsettings.Production, nginx image path

This commit is contained in:
masoodafar-web
2026-02-17 02:11:39 +03:30
parent 4ef4bfbeef
commit 21b8965c10
3 changed files with 69 additions and 4 deletions
+5 -2
View File
@@ -47,8 +47,11 @@
# Staging
Server=mssql-svc,1433;Database=Foursat;User Id=sa;Password=87zH26nbqT;TrustServerCertificate=true
# Production (env override)
Server=45.149.79.127,31433;Database=KBS;User Id=sa;Password=YourStrong@Passw0rd;TrustServerCertificate=true
# Production (appsettings.Production.json)
Server=mssql-svc;Database=KBS;User Id=sa;Password=YourStrong@Passw0rd;TrustServerCertificate=True
# Production (env override — قدیمی، از بیرون cluster)
# Server=45.149.79.127,31433;Database=KBS;User Id=sa;Password=YourStrong@Passw0rd;TrustServerCertificate=true
```
---