Skip to content

Commit

Permalink
Fixed path and instruction for RS setup (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
basiliskus authored Jan 29, 2024
1 parent 697c0d4 commit 160f5f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,14 @@
"is_verified": false,
"line_number": 271,
"is_secret": false
},
{
"type": "Secret Keyword",
"filename": "README.md",
"hashed_secret": "40bd7d88eae0468b048e62e1056ac390970b2b51",
"is_verified": false,
"line_number": 277,
"is_secret": false
}
],
"docker-compose.postgres.yml": [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ with this option enabled.
```
{
"@type": "UserApiKey",
"apiKey": "TI's private key in RS at trusted-intermediary/mock_credentials/organization-report-stream-private-key.pem",
"apiKey": "Contents of file at trusted-intermediary/mock_credentials/organization-report-stream-private-key-local.pem",
"user": "flexion"
}
```
Expand Down

0 comments on commit 160f5f3

Please sign in to comment.