Files
SmartReports/CertReports.Syncfusion/appsettings.json

34 lines
901 B
JSON

{
"ConnectionStrings": {
"CertDb": "Data Source=26.69.45.60;Database=FirstSolutionDB;User Id=sa;Password=Skyline72;TrustServerCertificate=True;"
},
"Syncfusion": {
"LicenseKey": "Ngo9BigBOggjGyl/VkV+XU9AclRDX3xKf0x/TGpQb19xflBPallYVBYiSV9jS3hTdURrWH9ccXRUQmhUUE91XA=="
},
"ChartService": {
"BaseUrl": "https://reports.smart-roots.net:4004",
"ChartEndpoint": "/ChartFSWeb.aspx?width=800&height=600&isin={0}&tipo=pdf"
},
"CryptoSettings": {
"Passphrase": "ddCE3hM9BNJXgwtj"
},
"ReportSettings": {
"TempFolder": "wwwroot/temp",
"FontFamily": "Arial",
"PageMargin": 40,
"HeaderColor": "#2E5090",
"AlternateRowColor": "#F2F6FA",
"CacheMinutes": 5
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"System": "Warning"
}
}
},
"AllowedHosts": "*"
}