feat(appsettings.Dev): remove wrong cnn string

This commit is contained in:
tekh 2025-08-20 15:04:48 +02:00
parent ee98142405
commit d8200993af
2 changed files with 1 additions and 6 deletions

View File

@ -14,11 +14,9 @@ namespace EnvelopeGenerator.Domain.Entities
[Table("TBSIG_ENVELOPE_RECEIVER", Schema = "dbo")]
public class EnvelopeReceiver
{
[Key]
[Column("ENVELOPE_ID")]
public int EnvelopeId { get; set; }
[Key]
[Column("RECEIVER_ID")]
public int ReceiverId { get; set; }

View File

@ -7,8 +7,5 @@
}
},
"AdminPassword": "dd",
"UseCSPInDev": false,
"ConnectionStrings": {
"Default": "Server=sDD-VMP04-SQL19\\CURSORAG;Database=DD_ECM;User Id=sa;Password=dd;Encrypt=false;TrustServerCertificate=True;"
}
"UseCSPInDev": false
}