Staging to Production #51

Merged
claude merged 165 commits from main into production 2026-06-08 18:28:46 +00:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 0dd329d5b8 - Show all commits
+4
View File
@@ -110,6 +110,10 @@
"BaseUrl": "",
"InternalApiKey": ""
},
"EmailApi": {
"BaseUrl": "",
"InternalApiKey": ""
},
"RateLimiting": {
"Global": {
"PermitLimit": 120,
+4
View File
@@ -81,6 +81,10 @@
"BaseUrl": "http://cv-matcher-api:8080",
"InternalApiKey": ""
},
"EmailApi": {
"BaseUrl": "http://email-api:8080",
"InternalApiKey": ""
},
"FileStorage": {
"Path": "Files"
},