chore: Add production config with API keys

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-22 21:08:05 +00:00
parent 473bef96e9
commit ee48afa5bd

View File

@@ -1,10 +1,21 @@
{
"ConnectionStrings": {
"DefaultConnection": "Server=127.0.0.1;Database=RealCV;User Id=SA;Password=TrueCV_Sql2024!;TrustServerCertificate=True;",
"HangfireConnection": "Server=127.0.0.1;Database=RealCV_Hangfire;User Id=SA;Password=TrueCV_Sql2024!;TrustServerCertificate=True;"
"DefaultConnection": "Server=127.0.0.1;Database=RealCV;User Id=SA;Password=TrueCV_Sql2024!;TrustServerCertificate=True",
"HangfireConnection": "Server=127.0.0.1;Database=RealCV_Hangfire;User Id=SA;Password=TrueCV_Sql2024!;TrustServerCertificate=True"
},
"DefaultAdmin": {
"Email": "admin@truecv.local",
"Password": "TrueCV@Admin2024"
},
"UseLocalStorage": true,
"LocalStorage": {
"StoragePath": "/var/www/realcv/uploads"
},
"CompaniesHouse": {
"BaseUrl": "https://api.company-information.service.gov.uk",
"ApiKey": "c719632c-26f4-48cb-8a27-ca2a775cc25a"
},
"Anthropic": {
"ApiKey": "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"
}
}