Skip to content

Commit

Permalink
Update getConfig.ts (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattDHill authored Dec 28, 2022
1 parent cd47888 commit cf844d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/services/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ export const getConfig: T.ExpectedExports.getConfig = compat.getConfig({
},
"enable-metrics": {
"name": "Enable Metrics",
"description": "Turns on data collection for search metrics when using SearXNG. This setting will record various anonymous metrics, and are available by navigating to '/stats', '/stats/errors' and '/preferences.'",
"description": "Your searXNG instance will collect anonymous metrics about its own usage and performance. You can view these metrics by appending `/stats` or `/stats/errors` to your searXNG URL.",
"type": "boolean",
"default": false,
"default": true,
} //,
// "email-address": {
// "type": "string",
Expand Down

0 comments on commit cf844d1

Please sign in to comment.