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:
@@ -1,10 +1,21 @@
|
|||||||
{
|
{
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"DefaultConnection": "Server=127.0.0.1;Database=RealCV;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;"
|
"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,
|
"UseLocalStorage": true,
|
||||||
"LocalStorage": {
|
"LocalStorage": {
|
||||||
"StoragePath": "/var/www/realcv/uploads"
|
"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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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user