19 lines
568 B
JSON
19 lines
568 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"
|
|
},
|
|
"BasePath": "sample"
|
|
}
|