DurnyklyYol/DurnyklyYol.MiddleTier/appsettings.json

29 lines
1.2 KiB
JSON

{
"ConnectionStrings": {
"ConnectionString": "Integrated Security=SSPI;Pooling=false;Data Source=(localdb)\\mssqllocaldb;Initial Catalog=DurnyklyYol",
"EasyTestConnectionString": "Integrated Security=SSPI;Pooling=false;Data Source=(localdb)\\mssqllocaldb;Initial Catalog=DurnyklyYolEasyTest"
},
"Authentication": {
"Jwt": {
// For more information, refer to the following topic: Configure the JWT Authentication for the Web API https://docs.devexpress.com/eXpressAppFramework/403504
"Issuer": "My",
"Audience": "http://localhost:4200",
// The debug secret key. You should store sensitive settings in dedicated secret storage. For more information, refer to the following topic: https://learn.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-7.0&tabs=windows.
"IssuerSigningKey": "3e3d5a02-f807-493c-a590-4250c04f2c94"
},
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"DevExpress.ExpressApp": "Information"
}
},
"AllowedHosts": "*",
"DevExpress": {
"ExpressApp": {
"Languages": "en-US;"
}
}
}