DurnyklyYol/DurnyklyYol.Blazor.Server/appsettings.json

62 lines
2.4 KiB
JSON

{
"ConnectionStrings": {
"ConnectionString": "XpoProvider=Postgres;server=192.168.99.120;user id=postgres; password=postgres; database=cargo;Encoding=UNICODE",
"ConnectionString2": "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;tk-TM",
"ShowLanguageSwitcher": true,
"ThemeSwitcher": {
"DefaultItemName": "Office White",
"ShowSizeModeSwitcher": true,
"Groups": [
{
"Caption": "DevExpress Themes",
"Items": [
{
"Caption": "Blazing Berry",
"Url": "_content/DevExpress.Blazor.Themes/blazing-berry.bs5.min.css",
"Color": "#5c2d91"
},
{
"Caption": "Blazing Dark",
"Url": "_content/DevExpress.Blazor.Themes/blazing-dark.bs5.min.css",
"Color": "#46444a"
},
{
"Caption": "Office White",
"Url": "_content/DevExpress.Blazor.Themes/office-white.bs5.min.css",
"Color": "#fe7109"
},
{
"Caption": "Purple",
"Url": "_content/DevExpress.Blazor.Themes/purple.bs5.min.css",
"Color": "#7989ff"
}
]
}
]
}
}
}
}