Skip to content

Commit

Permalink
Merge pull request #3 from polarsignals/fix-readme-fields
Browse files Browse the repository at this point in the history
Fix README token fields
  • Loading branch information
thorfour authored Jul 11, 2024
2 parents 67df95d + 85ba564 commit 228d75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ parca:
# gRPC endpoint without protocol
address: <string>
# bearer token to use for authentication, `bearerTokenFile` is recommended
bearerToken: <string>
bearer_token: <string>
# file to read bearer token from for authentication
bearerTokenFile: <string>
bearer_token_file: <string>
# connect to Parca-compatible API via an insecure connection
insecure: <bool>
# ignore verification of TLS certificate used by Parca-compatible API
Expand Down

0 comments on commit 228d75e

Please sign in to comment.