14 lines
298 B
JSON
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"
|
|
}
|
|
} |