Make network counts at the group level system level configurable
This commit is contained in:
parent
464fdb955c
commit
e57e1ba1e5
6 changed files with 200 additions and 180 deletions
|
@ -114,6 +114,10 @@ return [
|
|||
// Default value comprises classic role names from RFC 2142.
|
||||
'forbidden_nicknames' => 'info, marketing, sales, support, abuse, noc, security, postmaster, hostmaster, usenet, news, webmaster, www, uucp, ftp, root, sysop',
|
||||
|
||||
// compute_group_counts (Boolean)
|
||||
// Compute contact group level when counting unseen network posts.
|
||||
'compute_group_counts' => true,
|
||||
|
||||
// jpeg_quality (Integer)
|
||||
// Sets the ImageMagick quality level for JPEG images. Values ranges from 50 (awful) to 100 (near perfect).
|
||||
'jpeg_quality' => 100,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue