18 lines
527 B
JSON
18 lines
527 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"
|
||
|
|
},
|
||
|
|
"Logging": {
|
||
|
|
"LogLevel": {
|
||
|
|
"Default": "Debug",
|
||
|
|
"Microsoft.AspNetCore": "Information",
|
||
|
|
"Microsoft.EntityFrameworkCore": "Information"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|