1
0
voyager-api/ScrapperAPI/appsettings.Development.json

41 lines
837 B
JSON

{
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://0.0.0.0:5123",
"Protocols": "Http1"
},
"Grpc": {
"Url": "https://0.0.0.0:5001",
"Protocols": "Http2"
}
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Authentication": {
"Authority": "https://auth.evolucao.io/application/o/web-scrapper/",
"Audience": "qbwOof0fnJzIQhiDsM0Kd41dw7YB0Ab15FbnZxHM",
"RequireHttpsMetadata": true
},
"Extraction": {
"MaxParallelRuns": 3
},
"Workers": {
"Mode": "Hybrid",
"LeaseSeconds": 60,
"Local": {
"Enabled": true,
"Concurrency": 1,
"PreferAgentsGraceSeconds": 15
},
"Agents": {
"Enabled": true,
"RequireMutualTls": false
}
}
}