2026-01-18 19:20:50 +01:00
|
|
|
{
|
|
|
|
|
"ConnectionStrings": {
|
2026-01-21 15:07:20 +00:00
|
|
|
"DefaultConnection": "Server=.;Database=RealCV;Trusted_Connection=True;TrustServerCertificate=True;",
|
|
|
|
|
"HangfireConnection": "Server=.;Database=RealCV_Hangfire;Trusted_Connection=True;TrustServerCertificate=True;"
|
2026-01-18 19:20:50 +01:00
|
|
|
},
|
2026-01-22 02:00:39 +00:00
|
|
|
"DataRetention": {
|
|
|
|
|
"CVCheckRetentionDays": 30
|
|
|
|
|
},
|
2026-01-18 19:20:50 +01:00
|
|
|
"CompaniesHouse": {
|
|
|
|
|
"BaseUrl": "https://api.company-information.service.gov.uk",
|
|
|
|
|
"ApiKey": ""
|
|
|
|
|
},
|
|
|
|
|
"Anthropic": {
|
|
|
|
|
"ApiKey": ""
|
|
|
|
|
},
|
2026-01-21 12:03:24 +00:00
|
|
|
"Stripe": {
|
|
|
|
|
"SecretKey": "",
|
|
|
|
|
"PublishableKey": "",
|
|
|
|
|
"WebhookSecret": "",
|
|
|
|
|
"PriceIds": {
|
|
|
|
|
"Professional": "",
|
|
|
|
|
"Enterprise": ""
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-01-21 02:09:26 +01:00
|
|
|
"DefaultAdmin": {
|
|
|
|
|
"Email": "",
|
|
|
|
|
"Password": ""
|
|
|
|
|
},
|
2026-01-18 19:20:50 +01:00
|
|
|
"AzureBlob": {
|
|
|
|
|
"ConnectionString": "",
|
|
|
|
|
"ContainerName": "cv-uploads"
|
|
|
|
|
},
|
|
|
|
|
"Serilog": {
|
|
|
|
|
"MinimumLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Override": {
|
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"WriteTo": [
|
|
|
|
|
{ "Name": "Console" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"AllowedHosts": "*"
|
|
|
|
|
}
|