19 lines
534 B
JSON
19 lines
534 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=127.0.0.1,19433;Database=LingAdminDB;User Id=sa;Password=Blank@0925;TrustServerCertificate=True;Encrypt=False;"
|
|
},
|
|
"JwtSettings": {
|
|
"SecretKey": "1cuvNq1rUe8GLnHeKoWXpmWH5VoZW/+RydX7ONQ1nc4=",
|
|
"Issuer": "LingAdmin.IdentityService",
|
|
"Audience": "LingAdmin.Client"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|