Csharp-API-Template/appsettings.json

15 lines
297 B
JSON
Raw Normal View History

2024-10-01 16:50:41 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Jwt": {
"Key": "9831A382FD7395DD4D4F64B554962^&6@Vw1qR!Lg$+Pz",
"Issuer": "HubHarmonyApiTemplate",
"Audience": "HubHarmonyApiTemplate"
}
2024-10-01 16:50:41 +00:00
}