17 lines
458 B
JSON
17 lines
458 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"DatabaseSettings": {
|
|
"ConnectionString": "Host=localhost;Database=opencand;Username=root;Password=root;Include Error Detail=true;CommandTimeout=300"
|
|
},
|
|
"FotosSettings": {
|
|
"Path": "./foto_cand",
|
|
"ApiBasePath": "http://localhost:5299/assets/fotos"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|