23 lines
659 B
JSON
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"
|
|
}
|