Skip to content

Commit

Permalink
Fix README token fields
Browse files Browse the repository at this point in the history
  • Loading branch information
thorfour committed Jul 11, 2024
1 parent 67df95d commit 85ba564
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 85ba564

Please sign in to comment.