20 lines
621 B
JSON
20 lines
621 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft.AspNetCore": "Information"
|
|
}
|
|
},
|
|
"DatabaseSettings": {
|
|
"ConnectionString": "Host=localhost;Database=opencand;Username=root;Password=root;Pooling=true;Minimum Pool Size=1;Maximum Pool Size=20;Connection Lifetime=300;Command Timeout=30;Application Name=OpenCand.API;Include Error Detail=true"
|
|
},
|
|
"FotosSettings": {
|
|
"Path": "./fotos_cand",
|
|
"ApiBasePath": "http://localhost:5299/assets/fotos"
|
|
},
|
|
"CacheSettings": {
|
|
"SizeLimitMB": 15
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|