summaryrefslogtreecommitdiff
path: root/docs/config.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-05-15 17:47:29 +0200
committerlain <lain@soykaf.club>2019-05-15 17:47:29 +0200
commitf168a1cbdc318ffaa2d8bc9fb561eb3dfdfb89d9 (patch)
tree3c208baf52e27859491cce07954ac9b1198cbc8f /docs/config.md
parent786f2c7a849bc4fa2bd4aac18de59ef6b2ed18c5 (diff)
parent62516be9c462ca206163eaf7822f9ee5c2470453 (diff)
downloadpleroma-f168a1cbdc318ffaa2d8bc9fb561eb3dfdfb89d9.tar.gz
pleroma-f168a1cbdc318ffaa2d8bc9fb561eb3dfdfb89d9.zip
Merge remote-tracking branch 'origin/develop' into conversations-import
Diffstat (limited to 'docs/config.md')
-rw-r--r--docs/config.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md
index 43ea24d80..470f71b7c 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -105,6 +105,12 @@ config :pleroma, Pleroma.Emails.Mailer,
* `safe_dm_mentions`: If set to true, only mentions at the beginning of a post will be used to address people in direct messages. This is to prevent accidental mentioning of people when talking about them (e.g. "@friend hey i really don't like @enemy"). (Default: `false`)
* `healthcheck`: if set to true, system data will be shown on ``/api/pleroma/healthcheck``.
+## :app_account_creation
+REST API for creating an account settings
+* `enabled`: Enable/disable registration
+* `max_requests`: Number of requests allowed for creating accounts
+* `interval`: Interval for restricting requests for one ip (seconds)
+
## :logger
* `backends`: `:console` is used to send logs to stdout, `{ExSyslogger, :ex_syslogger}` to log to syslog, and `Quack.Logger` to log to Slack