X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=docs%2Fconfig.md;h=ed8e465c696044ff9b3a85966dc5ee992187d96b;hb=267f6bedd885a00a94f8d383a6793d34b018762a;hp=54632fbdaf1626094227b2bb365848967970eff1;hpb=ced59be1ae8deb4dd505215062d45be3e262710e;p=akkoma diff --git a/docs/config.md b/docs/config.md index 54632fbda..ed8e465c6 100644 --- a/docs/config.md +++ b/docs/config.md @@ -113,7 +113,9 @@ config :pleroma, Pleroma.Emails.Mailer, * `healthcheck`: If set to true, system data will be shown on ``/api/pleroma/healthcheck``. * `remote_post_retention_days`: The default amount of days to retain remote posts when pruning the database. * `skip_thread_containment`: Skip filter out broken threads. The default is `false`. -* `limit_unauthenticated_to_local_content`: Limit unauthenticated users to search for local statutes and users only. The default is `true`. +* `limit_to_local_content`: Limit unauthenticated users to search for local statutes and users only. Possible values: `:unauthenticated`, `:all` and `false`. The default is `:unauthenticated`. +* `dynamic_configuration`: Allow transferring configuration to DB with the subsequent customization from Admin api. + ## :logger * `backends`: `:console` is used to send logs to stdout, `{ExSyslogger, :ex_syslogger}` to log to syslog, and `Quack.Logger` to log to Slack