Files
social-media/src/Web/appsettings.json
2024-07-06 22:13:56 -04:00

15 lines
256 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"Authentication": {
"Jwt": {
"Lifetime": "00:30:00"
}
}
}