opencand/OpenCand.ETL/appsettings.json
Jose Henrique a7732dfccf
All checks were successful
API and ETL Build / build_etl (push) Successful in 9s
API and ETL Build / build_api (push) Successful in 2s
add threads config
2025-06-03 16:40:53 -03:00

23 lines
659 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"DatabaseSettings": {
"ConnectionString": "Host=localhost;Database=opencand;Username=root;Password=root;Include Error Detail=true;CommandTimeout=300"
},
"CsvSettings": {
"CandidatosFolder": "data/consulta_cand",
"BensCandidatosFolder": "data/bem_candidato",
"RedesSociaisFolder": "data/rede_social"
},
"ParserSettings": {
"DefaultThreads": 40,
"CandidatoCSVThreads": 5
},
"BasePath": "sample"
}