5 ; This file declares the default values for the base config of Friendica.
6 ; These configuration values aren't accessible from the admin settings page and custom values must be set in config/local.ini.php
8 ; Please don't edit this file directly as its content may change in the upcoming versions.
13 ; Hostname or IP address of the database server.
14 ; Can contain the port number with the syntax "hostname:port".
18 ; Database user name. Please don't use "root".
22 ; Database user password. Please don't use empty passwords.
30 ; Database connexion charset. Changing this value will likely corrupt special characters.
35 ; admin_email (Comma-separated list)
36 ; In order to perform system administration via the admin panel, this must precisely match the email address of the person logged in.
39 ; admin_nickname (String)
40 ; Nickname of the main admin user, used if there are more than one admin user defined in config.admin_email.
43 ; max_import_size (Integer)
44 ; Maximum body size of DFRN and Mail messages in characters. 0 is unlimited.
45 max_import_size = 200000
48 ; Location of PHP command line processor.
53 ; allowed_link_protocols (Array)
54 ; Allowed protocols in links URLs, add at your own risk. http is always allowed.
55 allowed_link_protocols[0] = ftp
56 allowed_link_protocols[1] = ftps
57 allowed_link_protocols[2] = mailto
58 allowed_link_protocols[3] = cid
59 allowed_link_protocols[4] = gopher
61 ; always_show_preview (Boolean)
62 ; Only show small preview picures.
63 always_show_preview = false
65 ; archival_days (Integer)
66 ; Number of days that we try to deliver content before we archive a contact.
69 ; auth_cookie_lifetime (Integer)
70 ; Number of days that should pass without any activity before a user who chose "Remember me" when logging in is considered logged out.
71 auth_cookie_lifetime = 7
73 ; block_local_dir (Boolean)
74 ; Deny public access to the local user directory.
75 block_local_dir = false
77 ; cache_driver (database|memcache|memcached|redis)
78 ; Whether to use Memcache or Memcached or Redis to store temporary cache.
79 cache_driver = database
81 ; config_adapter (jit|preload)
82 ; Allow to switch the configuration adapter to improve performances at the cost of memory consumption.
85 ; curl_range_bytes (Integer)
86 ; Maximum number of bytes that should be fetched. Default is 0, which mean "no limit".
89 ; crawl_permit_period (Integer)
90 ; Period in seconds between allowed searches when the number of free searches is reached and "permit_crawling" is activated.
91 crawl_permit_period = 60
94 ; Name of a logfile to log slow database queries.
98 ; Name of a logfile to log queries with bad indexes.
101 ; db_log_index_watch (Comma-separated list)
102 ; Watchlist of indexes to watch.
105 ; db_log_index_blacklist (Comma-separated list)
106 ; Blacklist of indexes that shouldn't be watched.
107 db_log_index_blacklist =
109 ; db_loglimit (Integer)
110 ; If a database call lasts longer than this value in seconds it is logged.
111 ; Inactive if system.db_log is empty.
114 ; db_loglimit_index (Integer)
115 ; Number of index rows needed to be logged for indexes on the watchlist. 0 to disable.
116 db_loglimit_index = 0
118 ; db_loglimit_index_high (Integer)
119 ; Number of index rows to be logged anyway (for any index). 0 to disable.
120 db_loglimit_index_high = 0
122 ; dbclean_expire_conversation (Integer)
123 ; When DBClean is enabled, any entry in the conversation table will be deleted after this many days.
124 ; These data are normally needed only for debugging purposes and they are safe to delete.
125 dbclean_expire_conversation = 90
127 ; diaspora_test (Boolean)
128 ; For development only. Disables the message transfer.
129 diaspora_test = false
131 ; disable_email_validation (Boolean)
132 ; Disables the check if a mail address is in a valid format and can be resolved via DNS.
133 disable_email_validation = false
135 ; disable_url_validation (Boolean)
136 ; Disables the DNS lookup of an URL.
137 disable_url_validation = false
139 ; disable_password_exposed (Boolean)
140 ; Disable the exposition check against the remote haveibeenpwned API on password change.
141 disable_password_exposed = false
144 ; location of the developer log file.
148 ; restricts develop log writes to requests originating from this IP address.
151 ; free_crawls (Integer)
152 ; Number of "free" searches when system.permit_crawling is activated.
155 ; frontend_worker_timeout (Integer)
156 ; Value in minutes after we think that a frontend task was killed by the webserver.
157 frontend_worker_timeout = 10
159 ; groupedit_image_limit (Integer)
160 ; Number of contacts at which the group editor should switch from display the profile pictures of the contacts to only display the names.
161 ; This can alternatively be set on a per account basis in the pconfig table.
162 groupedit_image_limit = 400
165 ; Enables the sending of HTTP Strict Transport Security headers.
168 ; ignore_cache (Boolean)
169 ; For development only. Disables the item cache.
172 ; instances_social_key (String)
173 ; Key to the API of https://instances.social which retrieves data about mastodon servers.
174 ; See https://instances.social/api/token to get an API key.
175 instances_social_key =
177 ; ipv4_resolve (Boolean)
178 ; Resolve IPV4 addresses only. Don't resolve to IPV6.
181 ; invitation_only (Boolean)
182 ; If set true registration is only possible after a current member of the node has send an invitation.
183 invitation_only = false
185 ; like_no_comment (Boolean)
186 ; Don't update the "commented" value of an item when it is liked.
187 like_no_comment = false
189 ; local_block (Boolean)
190 ; Used in conjunction with "block_public".
193 ; local_search (Boolean)
194 ; Blocks search for users who are not logged in to prevent crawlers from blocking your system.
197 ; local_tags (Boolean)
198 ; If activated, all hashtags will point to the local server.
201 ; max_batch_queue (Integer)
202 ; Maximum number of batched queue items for a single contact before subsequent messages are discarded.
203 max_batch_queue = 1000
205 ; max_connections (Integer)
206 ; The maximum number of database connections which can be in use before the worker process is deferred to its next interval.
207 ; When the system can't detect the maximum numbers of connection then this value can be used. Use 0 for auto-detection.
210 ; max_connections_level (Integer 0-100)
211 ; The maximum percentage of connections that are allowed to let the worker start.
212 max_connections_level = 75
214 ; max_contact_queue (Integer)
215 ; Maximum number of queue items for a single contact before subsequent messages are discarded.
216 max_contact_queue = 500
218 ; max_image_length (Integer)
219 ; An alternate way of limiting picture upload sizes.
220 ; Specify the maximum pixel length that pictures are allowed to be (for non-square pictures, it will apply to the longest side).
221 ; Pictures longer than this length will be resized to be this length (on the longest side, the other side will be scaled appropriately).
222 ; If you don't want to set a maximum length, set to -1.
223 max_image_length = -1
225 ; max_processes_backend (Integer)
226 ; Maximum number of concurrent database processes for background tasks.
227 max_processes_backend = 5
229 ; max_processes_frontend (Integer)
230 ; Maximum number of concurrent database processes for foreground tasks.
231 max_processes_frontend = 20
233 ; maximagesize (Integer)
234 ; Maximum size in bytes of an uploaded photo.
235 maximagesize = 800000
237 ; memcache_host (String)
238 ; Host name of the memcache daemon.
239 memcache_host = 127.0.0.1
241 ; memcache_port (Integer)
242 ; Port number of the memcache daemon.
243 memcache_port = 11211
245 ; memcached_hosts (Array)
246 ; Array of Memcached servers info "host, port(, weight)".
247 memcached_hosts[0] = 127.0.0.1,11211
249 ; min_poll_interval (Integer)
250 ; minimal distance in minutes between two polls for a contact. Reasonable values are between 1 and 59.
251 min_poll_interval = 1
254 ; Don't do count calculations (currently only when showing albums).
257 ; no_oembed (Boolean)
258 ; Don't use OEmbed to fetch more information about a link.
261 ; no_smilies (Boolean)
262 ; Don't show smilies.
265 ; no_view_full_size (Boolean)
266 ; Don't add the link "View full size" under a resized image.
267 no_view_full_size = false
269 ; optimize_items (Boolean)
270 ; Triggers an SQL command to optimize the item table before expiring items.
271 optimize_items = false
274 ; Log out users if their IP address changed.
277 ; permit_crawling (Boolean)
278 ; Restricts the search for not logged in users to one search per minute.
279 permit_crawling = false
282 ; Daemon pid file path. For example: pidfile = /path/to/daemon.pid
285 ; png_quality (Integer)
286 ; Sets the ImageMagick compression level for PNG images. Values ranges from 0 (uncompressed) to 9 (most compressed).
290 ; Enable internal timings to help optimize code. Needed for "rendertime" addon.
293 ; proxy_cache_time (Integer)
294 ; Period in seconds after which the cache is cleared.
295 proxy_cache_time = 86400
297 ; pushpoll_frequency (Integer)
298 ; Frequency of contact poll for subhub contact using the DFRM or OStatus network.
306 pushpoll_frequency = 3
308 ; queue_no_dead_check (Boolean)
309 ; Ignore if the target contact or server seems to be dead during queue delivery.
310 queue_no_dead_check = false
312 ; redis_host (String)
313 ; Host name of the redis daemon.
314 redis_host = 127.0.0.1
316 ; redis_port (String)
317 ; Port number of the redis daemon.
320 ; session_handler (database|cache|native)
321 ; Whether to use Cache to store session data or to use PHP native session storage.
322 session_handler = database
324 ; remove_multiplicated_lines (Boolean)
325 ; If enabled, multiple linefeeds in items are stripped to a single one.
326 remove_multiplicated_lines = false
328 ; sendmail_params (Boolean)
329 ; Normal sendmail command parameters will be added when the PHP mail() function is called for sending e-mails.
330 ; This ensures the Sender Email address setting is applied to the message envelope rather than the host's default address.
331 ; Set to false if your non-sendmail agent is incompatible, or to restore old behavior of using the host address.
332 sendmail_params = true
334 ; show_global_community_hint (Boolean)
335 ; When the global community page is enabled, use this option to display a hint above the stream, that this is a collection of all public top-level postings that arrive on your node.
336 show_global_community_hint = false
338 ; show_unsupported_addons (Boolean)
339 ; Show all addons including the unsupported ones.
340 show_unsupported_addons = false
342 ; show_unsupported_themes (Boolean)
343 ; Show all themes including the unsupported ones.
344 show_unsupported_themes = false
346 ; throttle_limit_day (Integer)
347 ; Maximum number of posts that a user can send per day with the API. 0 to disable daily throttling.
348 throttle_limit_day = 0
350 ; throttle_limit_week (Integer)
351 ; Maximum number of posts that a user can send per week with the API. 0 to disable weekly throttling.
352 throttle_limit_week = 0
354 ; throttle_limit_month (Integer)
355 ; Maximum number of posts that a user can send per month with the API. 0 to disable monthly throttling.
356 throttle_limit_month = 0
359 ; If you are using a subdirectory of your domain you will need to put the relative path (from the root of your domain) here.
360 ; For instance if your URL is 'http://example.com/directory/subdirectory', set urlpath to 'directory/subdirectory'.
363 ; worker_cooldown (Integer)
364 ; Cooldown period in seconds after each worker function call.
367 ; worker_debug (Boolean)
368 ; If enabled, it prints out the number of running processes split by priority.
371 ; worker_fetch_limit (Integer)
372 ; Number of worker tasks that are fetched in a single query.
373 worker_fetch_limit = 1
375 ; worker_load_exponent (Integer)
376 ; Default 3, which allows only 25% of the maximum worker queues when server load reaches around 37% of maximum load.
377 ; For a linear response where 25% of worker queues are allowed at 75% of maximum load, set this to 1.
378 ; Setting 0 would allow maximum worker queues at all times, which is not recommended.
379 worker_load_exponent = 3
381 ; xrd_timeout (Integer)
382 ; Timeout in seconds for fetching the XRD links.
387 ; exp_themes (Boolean)
388 ; Show experimental themes in user settings.
393 ; hide_eventlist (Boolean)
394 ; Don't show the birthdays and events on the profile and network page.
395 hide_eventlist = false
400 ; Enable debug level for the jabber account synchronisation.
404 ; Must be writable by the ejabberd process. if set then it will prevent the running of multiple processes.