Files
opencand/OpenCand.API/appsettings.json
Jose Henrique 579517a1d4
All checks were successful
API and ETL Build / build_api (push) Successful in 45s
API and ETL Build / build_etl (push) Successful in 1m11s
improving db connection
2025-09-12 21:36:44 -03:00

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": "*"
}