PIAPS_CW/RestAPI/appsettings.json

13 lines
247 B
JSON
Raw Normal View History

2024-05-09 17:45:03 +04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-06-15 00:01:39 +04:00
"JwtOptions": {
"SecretKey": "secretkey_secretkey_secretkey_secretkey",
"ExpiresHours": 24
},
2024-05-09 17:45:03 +04:00
"AllowedHosts": "*"
2024-06-15 00:01:39 +04:00
}