You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config_file.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ coalescer:
53
53
| rest.logsize | maximum size of the REST logfile in bytes | 10000000 | no |
54
54
| rest.log-stdout | log everything on the standard output instead of a file | False | no |
55
55
| 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 |
56
57
| poller.logging-level | logging level for the poller.<br/> Choices: INFO, WARNING, ERROR | WARNING | no |
57
58
| poller.logfile | log file for poller | /tmp/sq-poller.log | no |
58
59
| poller.log-stdout | log on standard output instead of file | False | no |
0 commit comments