Backend/C_shape/WEBAPI/JWT/JWTdemo/appsettings.json

13 lines
221 B
JSON
Raw Normal View History

2024-05-06 14:09:39 +08:00
{
"AppSettings": {
"Secret": "Leo token test jwt park spaces lab 124"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}