Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5de1e70

Browse files
committedAug 26, 2024··
Modify example to not trigger detect secrets in pre-commit
1 parent b5949f0 commit 5de1e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/configuration_guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ Firewatch allows for the use of a private GCS bucket if needed. In order to use
381381
"type": "service_account",
382382
"project_id": "some-project",
383383
"private_key_id": "0000000000000000000000000",
384-
"private_key": "-----BEGIN PRIVATE KEY-----\nABCDEFG\n-----END PRIVATE KEY-----\n",
384+
"private_key": "<PRIVATE KEY>",
385385
"client_email": "email@example.com",
386386
"client_id": "12345678",
387387
"auth_uri": "https://accounts.google.com/o/oauth2/auth",

0 commit comments

Comments
 (0)
Please sign in to comment.