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: content/en/admin/config.md
+21-12Lines changed: 21 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1227,25 +1227,30 @@ If set to `true`, Mastodon will log some Sidekiq metrics into StatsD. Defaults t
1227
1227
1228
1228
#### `BUNDLE_GEMFILE`
1229
1229
1230
+
Instructs bundler (ruby package manager) on how to build the application.
1231
+
1230
1232
#### `DEEPL_API_KEY`
1231
1233
1232
-
#### `DEEPL_PLAN`
1234
+
When using DeepL, the API key used to access the translation service.
1233
1235
1234
-
#### `ENABLE_SIDEKIQ_UNIQUE_JOBS_UI`
1236
+
#### `DEEPL_PLAN`
1235
1237
1236
-
Enable `sidekiq-unique-jobs`'s web interface. This can be used to review and clear the locks managed by this gem, but is rarely useful in practice and has had critical security vulnerabilities in the past.
1237
-
If you only need to clear all locks, you can now use the newly-added `bundle exec rake sidekiq_unique_jobs:delete_all_locks`.
1238
+
When using DeepL, the name of the configured plan.
1238
1239
1239
1240
**Version history:**\
1240
1241
4.2.6 - added
1241
1242
1242
1243
#### `LIBRE_TRANSLATE_ENDPOINT`
1243
1244
1245
+
The endpoint (URL) with a running Libre Translate service.
1246
+
1244
1247
#### `LIBRE_TRANSLATE_API_KEY`
1245
1248
1249
+
When using Libre Translate, the API key used to access the translation service.
1250
+
1246
1251
#### `GITHUB_REPOSITORY`
1247
1252
1248
-
Defaults to `mastodon/mastodon`
1253
+
The source repository containing the application code. Defaults to `mastodon/mastodon`
1249
1254
1250
1255
#### `SOURCE_BASE_URL`
1251
1256
@@ -1257,37 +1262,41 @@ Defaults to empty value (not enabled)
1257
1262
1258
1263
#### `LOCAL_HTTPS`
1259
1264
1265
+
In production environments, HTTPS is always enabled. In other environments, this config value enables HTTPS when set to `true`.
1266
+
1260
1267
#### `PATH`
1261
1268
1262
1269
#### `MAX_FOLLOWS_THRESHOLD`
1263
1270
1264
-
Defaults to `7500`
1271
+
Limit the number of (unauthorized) follows or follow requests of an account. Defaults to `7500`.
1265
1272
1266
1273
#### `MAX_FOLLOWS_RATIO`
1267
1274
1268
-
Defaults to `1.1`
1275
+
For accounts over the `MAX_FOLLOWS_THRESHOLD` limit of authorized follows, limits new unauthorized follows to follower count times this ratio. Defaults to `1.1`.
1269
1276
1270
1277
#### `IP_RETENTION_PERIOD`
1271
1278
1272
-
Defaults to `31536000` (1 year)
1279
+
Controls how long IP Address data connected to user records is preserved in the database. Defaults to `31536000` (1 year)
1273
1280
1274
1281
#### `SESSION_RETENTION_PERIOD`
1275
1282
1276
-
Defaults to `31536000` (1 year)
1283
+
Controls how long authentication sessions are kept valid without activity. Defaults to `31536000` (1 year)
1277
1284
1278
1285
#### `BACKTRACE`
1279
1286
1280
1287
Set to `1` to allow backtracing to Rails framework code.
When set to `true`, causes a check of user email address against the blocked list after confirmation (by default this only happens before confirmation).
1292
+
1286
1293
#### `DISABLE_FOLLOWERS_SYNCHRONIZATION`
1287
1294
1295
+
When set to `true`, disables the follower synchronization action which occurs after some events.
1296
+
1288
1297
#### `MAX_REQUEST_POOL_SIZE`
1289
1298
1290
-
Defaults to `512`.
1299
+
Limits the maximum size of the HTTP request pool used to interact with other servers. Defaults to `512`.
0 commit comments