Skip to content

Commit

Permalink
Merge pull request #660 from bcgov/2.0.5
Browse files Browse the repository at this point in the history
fix security and update to 2.0.5
  • Loading branch information
bcgov-brwang authored Jul 27, 2022
2 parents fd8cdf7 + 77600b9 commit c2f756a
Show file tree
Hide file tree
Showing 5 changed files with 3,783 additions and 6,576 deletions.
23 changes: 17 additions & 6 deletions api/Hmcr.Api/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"AllowedHosts": "*",
"Constants": {
"Version": "2.0.4.0",
"Version": "2.0.5.0",
"SwaggerApiUrl": "/swagger/v1/swagger.json"
},
"Serilog": {
"Using": [ "Serilog.Sinks.PostgreSQL.Configuration" ],
"Using": [
"Serilog.Sinks.PostgreSQL.Configuration"
],
"MinimumLevel": {
"Default": "Information",
"Override": {
Expand All @@ -17,7 +19,11 @@
{
"Name": "Async",
"Args": {
"configure": [ { "Name": "Console" } ]
"configure": [
{
"Name": "Console"
}
]
}
},
{
Expand All @@ -29,7 +35,10 @@
}
}
],
"Enrich": [ "FromLogContext", "WithMachineName" ]
"Enrich": [
"FromLogContext",
"WithMachineName"
]
},
"Columns": {
"message": "RenderedMessageColumnWriter",
Expand All @@ -45,7 +54,9 @@
"log_event": "LogEventSerializedColumnWriter",
"props_test": {
"Name": "PropertiesColumnWriter",
"Args": { "dbType": "Json" }
"Args": {
"dbType": "Json"
}
},
"machine_name": {
"Name": "SinglePropertyColumnWriter",
Expand Down Expand Up @@ -110,4 +121,4 @@
"ServiceClientId": "<service-client-id>",
"ServiceClientSecret": "<service-client-secret>"
}
}
}
Loading

0 comments on commit c2f756a

Please sign in to comment.