Files
RealCV/src/RealCV.Web/appsettings.Production.json
Peter Foster ee48afa5bd 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>
2026-01-22 21:08:05 +00:00

22 lines
776 B
JSON

{
"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"
},
"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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"
}
}