31 lines
753 B
JSON
31 lines
753 B
JSON
|
|
{
|
||
|
|
"ConnectionStrings": {
|
||
|
|
"DefaultConnection": "Server=.;Database=TrueCV;Trusted_Connection=True;TrustServerCertificate=True;",
|
||
|
|
"HangfireConnection": "Server=.;Database=TrueCV_Hangfire;Trusted_Connection=True;TrustServerCertificate=True;"
|
||
|
|
},
|
||
|
|
"CompaniesHouse": {
|
||
|
|
"BaseUrl": "https://api.company-information.service.gov.uk",
|
||
|
|
"ApiKey": ""
|
||
|
|
},
|
||
|
|
"Anthropic": {
|
||
|
|
"ApiKey": ""
|
||
|
|
},
|
||
|
|
"AzureBlob": {
|
||
|
|
"ConnectionString": "",
|
||
|
|
"ContainerName": "cv-uploads"
|
||
|
|
},
|
||
|
|
"Serilog": {
|
||
|
|
"MinimumLevel": {
|
||
|
|
"Default": "Information",
|
||
|
|
"Override": {
|
||
|
|
"Microsoft": "Warning",
|
||
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"WriteTo": [
|
||
|
|
{ "Name": "Console" }
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"AllowedHosts": "*"
|
||
|
|
}
|