Changes
Build and Push Docker Images / build (push) Failing after 1s

This commit is contained in:
2026-05-07 14:25:16 +03:00
parent e3bfcb11a4
commit 2807672074
15 changed files with 292 additions and 119 deletions
+7 -11
View File
@@ -73,8 +73,13 @@
"VaultUri": "",
"Enabled": false
},
"ConnectionStrings": {
"CvMatcherDb": "Server=localhost,1433;Database=MyAiCvMatcher;User Id=sa;Password=Your_strong_password123;TrustServerCertificate=True"
"Database": {
"Host": "localhost",
"Port": 1433,
"Name": "MyAiCvMatcher",
"User": "sa",
"Password": "",
"TrustServerCertificate": true
},
"InternalApi": {
"ApiKey": "",
@@ -101,14 +106,5 @@
"TopK": 10,
"DeepScoreTopN": 5,
"MaxJobTextChars": 60000
},
"Smtp": {
"Host": "",
"Port": 587,
"Username": "",
"Password": "",
"UseStartTls": true,
"FromEmail": "noreply@myai.ro",
"ToEmail": ""
}
}