docs: remove whitespace (#13367)
This commit is contained in:
parent
5874825624
commit
664d013acb
|
|
@ -2,14 +2,14 @@
|
||||||
[[outputs.clarify]]
|
[[outputs.clarify]]
|
||||||
## Credentials File (Oauth 2.0 from Clarify integration)
|
## Credentials File (Oauth 2.0 from Clarify integration)
|
||||||
credentials_file = "/path/to/clarify/credentials.json"
|
credentials_file = "/path/to/clarify/credentials.json"
|
||||||
|
|
||||||
## Clarify username password (Basic Auth from Clarify integration)
|
## Clarify username password (Basic Auth from Clarify integration)
|
||||||
username = "i-am-bob"
|
username = "i-am-bob"
|
||||||
password = "secret-password"
|
password = "secret-password"
|
||||||
|
|
||||||
## Timeout for Clarify operations
|
## Timeout for Clarify operations
|
||||||
# timeout = "20s"
|
# timeout = "20s"
|
||||||
|
|
||||||
## Optional tags to be included when generating the unique ID for a signal in Clarify
|
## Optional tags to be included when generating the unique ID for a signal in Clarify
|
||||||
# id_tags = []
|
# id_tags = []
|
||||||
# clarify_id_tag = 'clarify_input_id'
|
# clarify_id_tag = 'clarify_input_id'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue