20 lines
598 B
JSON
20 lines
598 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=127.0.0.1,19433;Database=LingAdminDB;User Id=sa;Password=Blank@0925;TrustServerCertificate=True;Encrypt=False;"
|
|
},
|
|
"JwtSettings": {
|
|
"SecretKey": "DevelopmentSecretKeyThatIsAtLeast32CharactersLong!",
|
|
"Issuer": "LingAdmin.IdentityService.Dev",
|
|
"Audience": "LingAdmin.Client.Dev",
|
|
"AccessTokenExpiryMinutes": 120,
|
|
"RefreshTokenExpiryDays": 30
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft.AspNetCore": "Information",
|
|
"Microsoft.EntityFrameworkCore": "Information"
|
|
}
|
|
}
|
|
}
|