init
This commit is contained in:
18
OpenCand.ETL/appsettings.json
Normal file
18
OpenCand.ETL/appsettings.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user