diff options
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index d27172aef..27b78b8da 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -12,6 +12,10 @@ general: contact_url: false # record stats enable_metrics: true + # expose stats in open metrics format at /metrics + # leave empty to disable (no password set) + # open_metrics: <password> + open_metrics: '' brand: new_issue_url: https://github.com/searxng/searxng/issues/new |