16 lines
261 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|