Created appsettings class to pull from appsettings.json files
This commit is contained in:
@ -1,11 +1,22 @@
|
||||
{
|
||||
"AllowedHosts": "*",
|
||||
"BuildNumber": "1",
|
||||
"Company": "Infineon Technologies Americas Corp.",
|
||||
"ConnectionString": "Server=MESSV01EC.EC.LOCAL\\PROD1,53959;Database=LSL2SQL;User Id=srpadmin;Password=0okm9ijn;TrustServerCertificate=true",
|
||||
"GitCommitSeven": "1234567",
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
"Microsoft": "Warning",
|
||||
"Log4netProvider": "Debug",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"LoggingDirectory": "D:/tmp/logging/MesaReportingServices/API",
|
||||
"IsDevelopment": false,
|
||||
"IsStaging": false,
|
||||
"MonAResource": "ReportingServicesApiEc",
|
||||
"MonASite": "auc",
|
||||
"Serilog": {
|
||||
"Using": [
|
||||
"Serilog.Sinks.Console",
|
||||
@ -41,7 +52,6 @@
|
||||
],
|
||||
"Properties": {
|
||||
"Application": "Sample"
|
||||
},
|
||||
"LoggingDirectory": "D:\\tmp\\logging\\MesaReportingServices\\API"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user