]> git.mxchange.org Git - friendica.git/blobdiff - config/defaults.ini.php
Remove remaining references to Config::get in include/dba
[friendica.git] / config / defaults.ini.php
index f5974b925817e4891ee160db2dd4c3da58f1c423..2f1357e3aa6ab7b67d91921768251a68034ff403 100644 (file)
@@ -32,6 +32,14 @@ charset = utf8mb4
 ; In order to perform system administration via the admin panel, this must precisely match the email address of the person logged in.
 admin_email =
 
+; admin_nickname (String)
+; Nickname of the main admin user, used if there are more than one admin user defined in config.admin_email
+admin_nickname =
+
+; info (String)
+; Plaintext description of this node, used in the /friendica module
+info =
+
 ; max_import_size (Integer)
 ; Maximum body size of DFRN and Mail messages in characters. 0 is unlimited.
 max_import_size = 200000
@@ -68,11 +76,11 @@ addon =
 
 ; allowed_link_protocols (Array)
 ; Allowed protocols in links URLs, add at your own risk. http is always allowed.
-allowed_link_protocols[] = ftp
-allowed_link_protocols[] = ftps
-allowed_link_protocols[] = mailto
-allowed_link_protocols[] = cid
-allowed_link_protocols[] = gopher
+allowed_link_protocols[0] = ftp
+allowed_link_protocols[1] = ftps
+allowed_link_protocols[2] = mailto
+allowed_link_protocols[3] = cid
+allowed_link_protocols[4] = gopher
 
 ; always_show_preview (Boolean)
 ; Only show small preview picures.
@@ -161,6 +169,11 @@ dlogfile =
 ; restricts develop log writes to requests originating from this IP address
 dlogip =
 
+; forbidden_nicknames (Comma-separated list)
+; Prevents users from registering the specified nicknames on this node
+; 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
+
 ; frontend_worker_timeout (Integer)
 ; Value in minutes after we think that a frontend task was killed by the webserver.
 frontend_worker_timeout = 10
@@ -196,7 +209,7 @@ invitation_only = false
 jpeg_quality = 100
 
 ; language (String)
-; Admin-created user default language.
+; System default languague, inluding admin-created user default language.
 ; Two-letters ISO 639-1 code.
 language = en
 
@@ -260,6 +273,12 @@ min_poll_interval = 1
 ; Allow pseudonyms (true) or enforce a space between firstname and lastname in Full name, as an antispam measure (false).
 no_regfullname = true
 
+; optimize_max_tablesize (Integer)
+; Maximum table size (in MB) for the automatic optimization.
+; -1 to disable automatic optimization.
+;  0 to use internal default (100MB)
+optimize_max_tablesize = -1
+
 ; session_handler (database|cache|native)
 ; Whether to use Cache to store session data or to use PHP native session storage.
 session_handler = database
@@ -278,7 +297,7 @@ memcache_port = 11211
 
 ; memcached_hosts (Array)
 ; Array of Memcached servers info "host, port(, weight)".
-memcached_hosts[] = 127.0.0.1, 11211
+memcached_hosts[0] = 127.0.0.1,11211
 
 ; redis_host (String)
 ; Host name of the redis daemon.
@@ -416,6 +435,11 @@ throttle_limit_week = 0
 ; Maximum number of posts that a user can send per month with the API. 0 to disable monthly throttling.
 throttle_limit_month = 0
 
+; url (String)
+; The fully-qualified URL of this Friendica node.
+; Used by the worker in a non-HTTP execution environment.
+url =
+
 ; worker_cooldown (Integer)
 ; Cooldown period in seconds after each worker function call.
 worker_cooldown = 0
@@ -434,6 +458,9 @@ directory = https://dir.friendi.social
 ; Timeout in seconds for fetching the XRD links.
 xrd_timeout = 20
 
+; Used in the admin settings to lock certain features
+[featurelock]
+
 [experimental]
 
 ; exp_themes (Boolean)