Backend/TCM_API/appsettings.json
2025-02-19 20:10:10 +08:00

13 lines
223 B
JSON

{
"AppSettings": {
"Secret": "TCM token test jwt lamiter local 1234567"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}