Skip to content

Commit 10363a2

Browse files
updating docs
Signed-off-by: Emanuele Lanuti <[email protected]>
1 parent ae671aa commit 10363a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/config_file.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ coalescer:
5353
| rest.logsize | maximum size of the REST logfile in bytes | 10000000 | no |
5454
| rest.log-stdout | log everything on the standard output instead of a file | False | no |
5555
| rest.no-https | if True, the REST server doesn't use SSL. Highly discouraged in production. | False | no |
56+
| rest.cert-verify | if False the certificate will not be verified.<br>If True the certificate will be verified.<br>If a path, that will be checked as CA. | True | no |
5657
| poller.logging-level | logging level for the poller.<br/> Choices: INFO, WARNING, ERROR | WARNING | no |
5758
| poller.logfile | log file for poller | /tmp/sq-poller.log | no |
5859
| poller.log-stdout | log on standard output instead of file | False | no |

0 commit comments

Comments
 (0)