5 ; This file declares the default values for the admin settings of Friendica.
6 ; These values will be overriden by the admin settings page.
8 ; Please don't edit this file directly as its content may change in the upcoming versions.
13 ; Plaintext description of this node, used in the /friendica module.
16 ; register_policy (Constant)
17 ; Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED.
18 ; Be certain to create your own personal account before setting REGISTER_CLOSED.
19 ; REGISTER_APPROVE requires you set system.admin_email to the email address of an already registered person who can authorize and/or approve/deny the request.
20 register_policy = REGISTER_CLOSED
22 ; register_text (String)
23 ; Will be displayed prominently on the registration page.
27 ; Displayed server name.
28 sitename = "Friendica Social Network"
32 ; account_abandon_days (Integer)
33 ; Will not waste system resources polling external sites for abandonded accounts.
34 ; Enter 0 for no time limit.
35 account_abandon_days = 0
37 ; addon (Comma-separated list)
38 ; Manual list of addons which are enabled on this system.
41 ; allowed_themes (Comma-separated list)
42 ; Themes users can change to in their settings.
43 allowed_themes = 'quattro,vier,duepuntozero,smoothly'
45 ; default_timezone (String)
46 ; Choose a default timezone. See https://secure.php.net/manual/en/timezones.php
47 ; It only applies to timestamps for anonymous viewers.
48 default_timezone = UTC
51 ; URL of the global directory.
52 directory = https://dir.friendica.social
54 ; forbidden_nicknames (Comma-separated list)
55 ; Prevents users from registering the specified nicknames on this node.
56 ; Default value comprises classic role names from RFC 2142.
57 forbidden_nicknames = info, marketing, sales, support, abuse, noc, security, postmaster, hostmaster, usenet, news, webmaster, www, uucp, ftp, root, sysop
59 ; jpeg_quality (Integer)
60 ; Sets the ImageMagick quality level for JPEG images. Values ranges from 50 (awful) to 100 (near perfect).
64 ; System default languague, inluding admin-created user default language.
65 ; Two-letters ISO 639-1 code.
68 ; max_image_length (Integer)
69 ; An alternate way of limiting picture upload sizes.
70 ; Specify the maximum pixel length that pictures are allowed to be (for non-square pictures, it will apply to the longest side).
71 ; Pictures longer than this length will be resized to be this length (on the longest side, the other side will be scaled appropriately).
72 ; If you don't want to set a maximum length, set to -1.
75 ; maximagesize (Integer)
76 ; Maximum size in bytes of an uploaded photo.
79 ; no_regfullname (Boolean)
80 ; Allow pseudonyms (true) or enforce a space between firstname and lastname in Full name, as an antispam measure (false).
83 ; optimize_max_tablesize (Integer)
84 ; Maximum table size (in MB) for the automatic optimization.
85 ; -1 to disable automatic optimization.
86 ; 0 to use internal default (100MB)
87 optimize_max_tablesize = -1
89 ; rino_encrypt (Integer)
90 ; Server-to-server private message encryption (RINO).
91 ; Encryption will only be provided if this setting is set to a non zero value on both servers.
92 ; Set to 0 to disable, 2 to enable, 1 is deprecated but wont need mcrypt.
100 ; The fully-qualified URL of this Friendica node.
101 ; Used by the worker in a non-HTTP execution environment.
104 ; Used in the admin settings to lock certain features