parking-html/Parking_spaces/appsettings.json

13 lines
221 B
JSON
Raw Normal View History

2024-02-01 11:37:15 +08:00
{
"AppSettings": {
"Secret": "Leo token test jwt park spaces lab 124"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}