LingAdmin/Backend/Services/ApiGateway/LingAdmin.ApiGateway/appsettings.Development.json

15 lines
321 B
JSON

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