Daniel J. Summers fbbb15027f WIP on document lib implementation
- Update Docker images
- Update some deps
2023-06-25 22:41:37 -04:00

16 lines
261 B
JSON

{
"Logging": {
"LogLevel": {
"JobsJobsJobs.Api.Handlers.Citizen": "Information",
"Microsoft.AspNetCore.StaticFiles": "Warning"
}
},
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://0.0.0.0:80"
}
}
}
}