Merge remote-tracking branch 'upstream/develop' into nodeinfo
This commit is contained in:
commit
2d3296f697
2 changed files with 21 additions and 10 deletions
|
|
@ -189,6 +189,11 @@ return [
|
|||
// For development only. Disables the item cache.
|
||||
'ignore_cache' => false,
|
||||
|
||||
// insecure_imap (Boolean)
|
||||
// If enabled, users are allowed to connect to their IMAP servers unencrypted.
|
||||
// For security reasons this is disabled by default.
|
||||
'insecure_imap' => false,
|
||||
|
||||
// instances_social_key (String)
|
||||
// Key to the API of https://instances.social which retrieves data about mastodon servers.
|
||||
// See https://instances.social/api/token to get an API key.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue