chore: initial commit - baseline before redesign
This commit is contained in:
33
CertReports.Syncfusion/appsettings.json
Normal file
33
CertReports.Syncfusion/appsettings.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"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": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user