|
{
|
|
"JwtSettings": {
|
|
"SecretKey": "DevelopmentSecretKeyThatIsAtLeast32CharactersLong!",
|
|
"Issuer": "LingAdmin.IdentityService.Dev",
|
|
"Audience": "LingAdmin.Client.Dev"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft.AspNetCore": "Information",
|
|
"Yarp": "Debug"
|
|
}
|
|
}
|
|
}
|