Files
2026-08-05 21:15:12 +03:00

14 lines
298 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"JWT": {
"Key": "this_is_a_very_secret_key_for_development_purposes",
"Issuer": "MassTechCDN",
"Audience": "MassTechClients"
}
}