Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWillumsen committed Oct 1, 2023
1 parent f763612 commit aa06fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ _Appsettings.json_
{
"Name": "HumioSink",
"Args": {
"IngestToken": "581e8b6c-f5c3-4a65-a6ee-632f1165f906",
"IngestToken": "{token}",
"Url": "https://cloud.community.humio.com"
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Serilog.Sinks.Humio.Example/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"Name": "HumioSink",
"Args": {
"IngestToken": "token",
"IngestToken": "e167128c-0f68-4d6c-a3c6-871bc4732431",
"Url": "https://cloud.community.humio.com"
}
}
Expand Down

0 comments on commit aa06fcb

Please sign in to comment.