Add Reference for new STATS_SIDEKIQ variable

This commit is contained in:
Falk Scheerschmidt 2023-09-21 20:46:39 +02:00
parent e4e88f0fb7
commit 4eda8ae6bf
1 changed files with 5 additions and 0 deletions

View File

@ -378,6 +378,7 @@ If set to `true`, Mastodon will use Elasticsearch for its search functions.
It controls the ElasticSearch indices configuration (number of shards and replica). It controls the ElasticSearch indices configuration (number of shards and replica).
Possible values are: Possible values are:
- `single_node_cluster` (default) - `single_node_cluster` (default)
- `small_cluster` - `small_cluster`
- `large_cluster` - `large_cluster`
@ -416,6 +417,10 @@ Example value: `localhost:8125`
If set, all StatsD keys will be prefixed with this. Defaults to `Mastodon.production` when `RAILS_ENV` is `production`, `Mastodon.development` when it's `development`, etc. If set, all StatsD keys will be prefixed with this. Defaults to `Mastodon.production` when `RAILS_ENV` is `production`, `Mastodon.development` when it's `development`, etc.
#### `STATSD_SIDEKIQ`
If set to `true`, Mastodon will log some Sidekiq metrics into StatsD. Defaults to `false`.
### SMTP email delivery {#smtp} ### SMTP email delivery {#smtp}
#### `SMTP_SERVER` #### `SMTP_SERVER`