]> git.mxchange.org Git - friendica.git/blob - config/defaults.ini.php
Update config/defaults.ini.php
[friendica.git] / config / defaults.ini.php
1 <?php return <<<INI
2
3 ; This file declares the default values for all the config values of Friendica.
4 ; Please don't edit this file as its content may change in the upcoming versions.
5
6 [database]
7
8 ; host (String)
9 ; Hostname or IP address of the database server.
10 ; Can contain the port number with the syntax "hostname:port".
11 hostname =
12
13 ; user (String)
14 ; Database user name. Please don't use "root".
15 username =
16
17 ; pass (String)
18 ; Database user password. Please don't use empty passwords.
19 password =
20
21 ; base (String)
22 ; Database name.
23 database =
24
25 ; charset (String)
26 ; Database connexion charset. Changing this value will likely corrupt special characters.
27 charset = utf8mb4
28
29 [config]
30
31 ; admin_email (Comma-separated list)
32 ; In order to perform system administration via the admin panel, this must precisely match the email address of the person logged in.
33 admin_email =
34
35 ; max_import_size (Integer)
36 ; Maximum body size of DFRN and Mail messages in characters. 0 is unlimited.
37 max_import_size = 200000
38
39 ; php_path (String)
40 ; Location of PHP command line processor
41 php_path = php
42
43 ; register_policy (Constant)
44 ; Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED.
45 ; Be certain to create your own personal account before setting REGISTER_CLOSED.
46 ; REGISTER_APPROVE requires you set system.admin_email to the email address of an already registered person who can authorise
47 ; and/or approve/deny the request.
48 register_policy = REGISTER_CLOSED
49
50 ; register_text (String)
51 ; Will be displayed prominently on the registration page.
52 register_text = ''
53
54 ; sitename (String)
55 ; Displayed server name
56 sitename = "Friendica Social Network"
57
58 [system]
59
60 ; account_abandon_days (Integer)
61 ; Will not waste system resources polling external sites for abandonded accounts.
62 ; Enter 0 for no time limit.
63 account_abandon_days = 0
64
65 ; addon (Comma-separated list)
66 ; Manual list of addons which are enabled on this system.
67 addon =
68
69 ; allowed_link_protocols (Array)
70 ; Allowed protocols in links URLs, add at your own risk. http is always allowed.
71 allowed_link_protocols[] = ftp
72 allowed_link_protocols[] = ftps
73 allowed_link_protocols[] = mailto
74 allowed_link_protocols[] = cid
75 allowed_link_protocols[] = gopher
76
77 ; always_show_preview (Boolean)
78 ; Only show small preview picures.
79 always_show_preview = false
80
81 ; archival_days (Integer)
82 ; Number of days that we try to deliver content before we archive a contact.
83 archival_days = 32
84
85 ; auth_cookie_lifetime (Integer)
86 ; Number of days that should pass without any activity before a user who chose "Remember me" when logging in is considered logged out.
87 auth_cookie_lifetime = 7
88
89 ; block_local_dir (Boolean)
90 ; Deny public access to the local user directory.
91 block_local_dir = false
92
93 ; config_adapter (jit|preload)
94 ; Allow to switch the configuration adapter to improve performances at the cost of memory consumption.
95 config_adapter = jit
96
97 ; curl_range_bytes (Integer)
98 ; Maximum number of bytes that should be fetched. Default is 0, which mean "no limit".
99 curl_range_bytes = 0
100
101 ; db_log (Path)
102 ; Name of a logfile to log slow database queries
103 db_log =
104
105 ; db_loglimit (Integer)
106 ; If a database call lasts longer than this value in seconds it is logged.
107 ; Inactive if system.db_log is empty
108 db_loglimit = 10
109
110 ; db_log_index (Path)
111 ; Name of a logfile to log queries with bad indexes
112 db_log_index =
113
114 ; db_log_index_watch (Comma-separated list)
115 ; Watchlist of indexes to watch
116 db_log_index_watch =
117
118 ; db_loglimit_index (Integer)
119 ; Number of index rows needed to be logged for indexes on the watchlist. 0 to disable.
120 db_loglimit_index = 0
121
122 ; db_loglimit_index_high (Integer)
123 ; Number of index rows to be logged anyway (for any index). 0 to disable.
124 db_loglimit_index_high = 0
125
126 ; db_log_index_blacklist (Comma-separated list)
127 ; Blacklist of indexes that shouldn't be watched
128 db_log_index_blacklist =
129
130 ; dbclean_expire_conversation (Integer)
131 ; When DBClean is enabled, any entry in the conversation table will be deleted after this many days.
132 ; These data are normally needed only for debugging purposes and they are safe to delete.
133 dbclean_expire_conversation = 90
134
135 ; default_timezone (String)
136 ; Choose a default timezone. See https://secure.php.net/manual/en/timezones.php
137 ; It only applies to timestamps for anonymous viewers.
138 default_timezone = UTC
139
140 ; diaspora_test (Boolean)
141 ; For development only. Disables the message transfer.
142 diaspora_test = false
143
144 ; disable_email_validation (Boolean)
145 ; Disables the check if a mail address is in a valid format and can be resolved via DNS.
146 disable_email_validation = false
147
148 ; disable_url_validation (Boolean)
149 ; Disables the DNS lookup of an URL.
150 disable_url_validation = false
151
152 ; disable_password_exposed (Boolean)
153 ; Disable the exposition check against the remote haveibeenpwned API on password change.
154 disable_password_exposed = false
155
156 ; dlogfile (Path)
157 ; location of the developer log file
158 dlogfile =
159
160 ; dlogip (String)
161 ; restricts develop log writes to requests originating from this IP address
162 dlogip =
163
164 ; frontend_worker_timeout (Integer)
165 ; Value in minutes after we think that a frontend task was killed by the webserver.
166 frontend_worker_timeout = 10
167
168 ; hsts (Boolean)
169 ; Enables the sending of HTTP Strict Transport Security headers
170 hsts = false
171
172 ; ignore_cache (Boolean)
173 ; For development only. Disables the item cache.
174 ignore_cache = false
175
176 ; instances_social_key (String)
177 ; Key to the API of https://instances.social which retrieves data about mastodon servers.
178 ; See https://instances.social/api/token to get an API key.
179 instances_social_key =
180
181 ; ipv4_resolve (Boolean)
182 ; Resolve IPV4 addresses only. Don't resolve to IPV6.
183 ipv4_resolve = false
184
185 ; invitation_only (Boolean)
186 ; If set true registration is only possible after a current member of the node has send an invitation.
187 invitation_only = false
188
189 ; jpeg_quality (Integer)
190 ; Sets the ImageMagick quality level for JPEG images. Values ranges from 50 (awful) to 100 (near perfect).
191 jpeg_quality = 100
192
193 ; language (String)
194 ; Admin-created user default language.
195 ; Two-letters ISO 639-1 code.
196 language = en
197
198 ; like_no_comment (Boolean)
199 ; Don't update the "commented" value of an item when it is liked.
200 like_no_comment = false
201
202 ; local_block (Boolean)
203 ; Used in conjunction with "block_public".
204 local_block = false
205
206 ; local_search (Boolean)
207 ; Blocks search for users who are not logged in to prevent crawlers from blocking your system.
208 local_search = false
209
210 ; local_tags (Boolean)
211 ; If activated, all hashtags will point to the local server.
212 local_tags = false
213
214 ; max_connections (Integer)
215 ; The maximum number of database connections which can be in use before the worker process is deferred to its next interval.
216 ; When the system can't detect the maximum numbers of connection then this value can be used. Use 0 for auto-detection.
217 max_connections = 0
218
219 ; max_connections_level (Integer 0-100)
220 ; The maximum percentage of connections that are allowed to let the worker start.
221 max_connections_level = 75
222
223 ; max_contact_queue (Integer)
224 ; Maximum number of queue items for a single contact before subsequent messages are discarded.
225 max_contact_queue = 500
226
227 ; max_batch_queue (Integer)
228 ; Maximum number of batched queue items for a single contact before subsequent messages are discarded.
229 max_batch_queue = 1000
230
231 ; max_image_length (Integer)
232 ; An alternate way of limiting picture upload sizes.
233 ; Specify the maximum pixel  length that pictures are allowed to be (for non-square pictures, it will apply to the longest side).
234 ; Pictures longer than this length will be resized to be this length (on the longest side, the other side will be scaled appropriately).
235 ; If you don't want to set a maximum length, set to -1.
236 max_image_length = -1
237
238 ; max_processes_backend (Integer)
239 ; Maximum number of concurrent database processes for background tasks.
240 max_processes_backend = 5
241
242 ; max_processes_frontend (Integer)
243 ; Maximum number of concurrent database processes for foreground tasks.
244 max_processes_frontend = 20
245
246 ; maximagesize (Integer)
247 ; Maximum size in bytes of an uploaded photo.
248 maximagesize = 800000
249
250 ; min_poll_interval (Integer)
251 ; minimal distance in minutes between two polls for a contact. Reasonable values are between 1 and 59.
252 min_poll_interval = 1
253
254 ; no_regfullname (Boolean)
255 ; Allow pseudonyms (true) or enforce a space between firstname and lastname in Full name, as an antispam measure (false).
256 no_regfullname = true
257
258 ; session_handler (database|cache|native)
259 ; Whether to use Cache to store session data or to use PHP native session storage.
260 session_handler = database
261
262 ; cache_driver (database|memcache|memcached|redis)
263 ; Whether to use Memcache or Memcached or Redis to store temporary cache.
264 cache_driver = database
265
266 ; memcache_host (String)
267 ; Host name of the memcache daemon.
268 memcache_host = 127.0.0.1
269
270 ; memcache_port (Integer)
271 ; Port number of the memcache daemon.
272 memcache_port = 11211
273
274 ; memcached_hosts (Array)
275 ; Array of Memcached servers info "host, port(, weight)".
276 memcached_hosts[] = 127.0.0.1, 11211
277
278 ; redis_host (String)
279 ; Host name of the redis daemon.
280 redis_host = 127.0.0.1
281
282 ; redis_port (String)
283 ; Port number of the redis daemon.
284 redis_port = 6379
285
286 ; no_count (Boolean)
287 ; Don't do count calculations (currently only when showing albums)
288 no_count = false
289
290 ; no_oembed (Boolean)
291 ; Don't use OEmbed to fetch more information about a link.
292 no_oembed = false
293
294 ; no_smilies (Boolean)
295 ; Don't show smilies.
296 no_smilies = false
297
298 ; no_view_full_size (Boolean)
299 ; Don't add the link "View full size" under a resized image.
300 no_view_full_size = false
301
302 ; optimize_items (Boolean)
303 ; Triggers an SQL command to optimize the item table before expiring items.
304 optimize_items = false
305
306 ; pidfile (Path)
307 ; Daemon pid file path. For example: pidfile = /path/to/daemon.pid
308 pidfile =
309
310 ; urlpath (String)
311 ; If you are using a subdirectory of your domain you will need to put the relative path (from the root of your domain) here.
312 ; For instance if your URL is 'http://example.com/directory/subdirectory', set urlpath to 'directory/subdirectory'.
313 urlpath =
314
315 ; paranoia (Boolean)
316 ; Log out users if their IP address changed.
317 paranoia = false
318
319 ; permit_crawling (Boolean)
320 ; Restricts the search for not logged in users to one search per minute.
321 permit_crawling = false
322
323 ; free_crawls (Integer)
324 ; Number of "free" searches when "permit_crawling" is activated.
325 free_crawls = 10
326
327 ; crawl_permit_period (Integer)
328 ; Period in seconds between allowed searches when the number of free searches is reached and "permit_crawling" is activated.
329 crawl_permit_period = 60
330
331 ; queue_no_dead_check (Boolean)
332 ; Ignore if the target contact or server seems to be dead during queue delivery.
333 queue_no_dead_check = false
334
335 ; rino_encrypt (Integer)
336 ; Server-to-server private message encryption (RINO).
337 ; Encryption will only be provided if this setting is set to a non zero value on both servers.
338 ; Set to 0 to disable, 2 to enable, 1 is deprecated but wont need mcrypt.
339 rino_encrypt = 2
340
341 ; worker_debug (Boolean)
342 ; If enabled, it prints out the number of running processes split by priority.
343 worker_debug = false
344
345 ; worker_fetch_limit (Integer)
346 ; Number of worker tasks that are fetched in a single query.
347 worker_fetch_limit = 1
348
349 ; profiler (Boolean)
350 ; Enable internal timings to help optimize code. Needed for "rendertime" addon.
351 profiler = false
352
353 ; png_quality (Integer)
354 ; Sets the ImageMagick compression level for PNG images. Values ranges from 0 (uncompressed) to 9 (most compressed).
355 png_quality = 8
356
357 ; proc_windows (Boolean)
358 ; Should be enabled if Friendica is running under Windows.
359 proc_windows = false
360
361 ; proxy_cache_time (Integer)
362 ; Period in seconds after which the cache is cleared.
363 proxy_cache_time = 86400
364
365 ; pushpoll_frequency (Integer)
366 ; Frequency of contact poll for subhub contact using the DFRM or OStatus network
367 ; Available values:
368 ; - 5 = every month
369 ; - 4 = every week
370 ; - 3 = every day
371 ; - 2 = twice a day
372 ; - 1 = every hour
373 ; - 0 = every minute
374 pushpoll_frequency = 3
375
376 ; remove_multiplicated_lines (Boolean)
377 ; If enabled, multiple linefeeds in items are stripped to a single one.
378 remove_multiplicated_lines = false
379
380 ; sendmail_params (Boolean)
381 ; Normal sendmail command parameters will be added when the PHP mail() function is called for sending e-mails.
382 ; This ensures the Sender Email address setting is applied to the message envelope rather than the host's default address.
383 ; Set to false if your non-sendmail agent is incompatible, or to restore old behavior of using the host address.
384 sendmail_params = true
385
386 ; show_unsupported_addons (Boolean)
387 ; Show all addons including the unsupported ones.
388 show_unsupported_addons = false
389
390 ; show_unsupported_themes (Boolean)
391 ; Show all themes including the unsupported ones.
392 show_unsupported_themes = false
393
394 ; show_global_community_hint (Boolean)
395 ; 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.
396 show_global_community_hint = false
397
398 ; allowed themes (Comma-separated list)
399 ; Themes users can change to in their settings
400 allowed_themes = 'quattro,vier,duepuntozero,smoothly'
401
402 ; theme (String)
403 ; System theme name
404 theme = vier
405
406 ; throttle_limit_day (Integer)
407 ; Maximum number of posts that a user can send per day with the API. 0 to disable daily throttling.
408 throttle_limit_day = 0
409
410 ; throttle_limit_week (Integer)
411 ; Maximum number of posts that a user can send per week with the API. 0 to disable weekly throttling.
412 throttle_limit_week = 0
413
414 ; throttle_limit_month (Integer)
415 ; Maximum number of posts that a user can send per month with the API. 0 to disable monthly throttling.
416 throttle_limit_month = 0
417
418 ; worker_cooldown (Integer)
419 ; Cooldown period in seconds after each worker function call.
420 worker_cooldown = 0
421
422 ; worker_load_exponent (Integer)
423 ; Default 3, which allows only 25% of the maximum worker queues when server load reaches around 37% of maximum load.
424 ; For a linear response where 25% of worker queues are allowed at 75% of maximum load, set this to 1.
425 ; Setting 0 would allow maximum worker queues at all times, which is not recommended.
426 worker_load_exponent = 3
427
428 ; directory (String)
429 ; URL of the global directory
430 directory = https://dir.friendi.social
431
432 ; xrd_timeout (Integer)
433 ; Timeout in seconds for fetching the XRD links.
434 xrd_timeout = 20
435
436 [experimental]
437
438 ; exp_themes (Boolean)
439 ; Show experimental themes in user settings.
440 exp_themes = false
441
442 [theme]
443
444 ; hide_eventlist (Boolean)
445 ; Don't show the birthdays and events on the profile and network page
446 hide_eventlist = false
447
448 [jabber]
449
450 ; debug (Boolean)
451 ; Enable debug level for the jabber account synchronisation.
452 debug = false
453
454 ; lockpath (Path)
455 ; Must be writable by the ejabberd process. if set then it will prevent the running of multiple processes.
456 lockpath =
457
458 INI;
459 // Keep this line