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

15 lines
321 B
JSON
Raw Normal View History

2026-04-16 18:13:06 +08:00
{
"JwtSettings": {
"SecretKey": "DevelopmentSecretKeyThatIsAtLeast32CharactersLong!",
"Issuer": "LingAdmin.IdentityService.Dev",
"Audience": "LingAdmin.Client.Dev"
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Information",
"Yarp": "Debug"
}
}
}