Backend/TCM_API/appsettings.json

13 lines
223 B
JSON
Raw Permalink Normal View History

2025-02-19 20:10:10 +08:00
{
"AppSettings": {
"Secret": "TCM token test jwt lamiter local 1234567"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}