Backend/C_shape/WEBAPI/JWT/JWTdemo/appsettings.json
Lin Weiting c07b6c1706 JWT
2024-05-06 14:09:39 +08:00

13 lines
221 B
JSON

{
"AppSettings": {
"Secret": "Leo token test jwt park spaces lab 124"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}