3 * StatusNet, the distributed open-source microblogging tool
5 * Default settings for core configuration
9 * LICENCE: This program is free software: you can redistribute it and/or modify
10 * it under the terms of the GNU Affero General Public License as published by
11 * the Free Software Foundation, either version 3 of the License, or
12 * (at your option) any later version.
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU Affero General Public License for more details.
19 * You should have received a copy of the GNU Affero General Public License
20 * along with this program. If not, see <http://www.gnu.org/licenses/>.
24 * @author Evan Prodromou <evan@status.net>
25 * @copyright 2008-9 StatusNet, Inc.
26 * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
27 * @link http://www.gnu.org/software/social/
32 array('name' => 'Just another GNU social node',
33 'nickname' => 'gnusocial',
42 'logperf' => false, // Enable to dump performance counters to syslog
43 'logperf_detail' => false, // Enable to dump every counter hit
45 'locale_path' => INSTALLDIR.'/locale',
48 'languages' => get_all_languages(),
50 array_key_exists('SERVER_ADMIN', $_SERVER) ? $_SERVER['SERVER_ADMIN'] : null,
51 'fakeaddressrecovery' => true,
54 'broughtbyurl' => null,
60 'dupelimit' => 60, // default for same person saying the same thing
61 'textlimit' => 1000, // in chars; 0 == no limit
63 'use_x_sendfile' => false,
64 'notice' => null, // site wide notice text
65 'build' => 1, // build number, for code-dependent cache
68 array('database' => null, // must be set
69 'schema_location' => INSTALLDIR . '/classes',
70 'class_location' => INSTALLDIR . '/classes',
71 'require_prefix' => 'classes/',
75 'db_driver' => 'DB', # XXX: JanRain libs only work with DB
76 'quote_identifiers' => false,
78 'schemacheck' => 'runtime', // 'runtime' or 'script'
79 'annotate_queries' => false, // true to add caller comments to queries, eg /* POST Notice::saveNew */
80 'log_queries' => false, // true to log all DB queries
81 'log_slow_queries' => 0, // if set, log queries taking over N seconds
82 'mysql_foreign_keys' => false), // if set, enables experimental foreign key support on MySQL
84 array('appname' => 'statusnet', # for syslog
85 'priority' => 'debug', # XXX: currently ignored
86 'facility' => LOG_USER),
88 array('enabled' => true,
89 'daemon' => false, # Use queuedaemon. Default to false
90 'subsystem' => 'db', # default to database, or 'stomp'
91 'stomp_server' => null,
92 'queue_basename' => '/queue/statusnet/',
93 'control_channel' => '/topic/statusnet/control', // broadcasts to all queue daemons
94 'stomp_username' => null,
95 'stomp_password' => null,
96 'stomp_persistent' => true, // keep items across queue server restart, if persistence is enabled
97 'stomp_transactions' => true, // use STOMP transactions to aid in detecting failures (supported by ActiveMQ, but not by all)
98 'stomp_acks' => true, // send acknowledgements after successful processing (supported by ActiveMQ, but not by all)
99 'stomp_manual_failover' => true, // if multiple servers are listed, treat them as separate (enqueue on one randomly, listen on all)
100 'monitor' => null, // URL to monitor ping endpoint (work in progress)
101 'softlimit' => '90%', // total size or % of memory_limit at which to restart queue threads gracefully
102 'spawndelay' => 1, // Wait at least N seconds between (re)spawns of child processes to avoid slamming the queue server with subscription startup
103 'debug_memory' => false, // true to spit memory usage to log
104 'breakout' => array(), // List queue specifiers to break out when using Stomp queue.
105 // Default will share all queues for all sites within each group.
106 // Specify as <group>/<queue> or <group>/<queue>/<site>,
107 // using nickname identifier as site.
109 // 'main/distrib' separate "distrib" queue covering all sites
110 // 'xmpp/xmppout/mysite' separate "xmppout" queue covering just 'mysite'
111 'max_retries' => 10, // drop messages after N failed attempts to process (Stomp)
112 'dead_letter_dir' => false, // set to directory to save dropped messages into (Stomp)
115 array('type' => 'cc', # can be 'cc', 'allrightsreserved', 'private'
116 'owner' => null, # can be name of content owner e.g. for enterprise
117 'url' => 'https://creativecommons.org/licenses/by/3.0/',
118 'title' => 'Creative Commons Attribution 3.0',
119 'image' => $_path . '/theme/licenses/cc_by_3.0_80x15.png'),
121 array('backend' => 'mail',
123 'domain_check' => true),
125 array('blacklist' => array(),
126 'featured' => array()),
128 array('banned' => array(),
130 'changenick' => false,
136 array('jpegquality' => 85),
138 array('server' => null,
139 'dir' => INSTALLDIR . '/avatar/',
140 'path' => $_path . '/avatar/',
144 array('server' => null,
145 'dir' => INSTALLDIR . '/background/',
146 'path' => $_path . '/background/',
149 array('localonly' => false,
150 'blacklist' => array(),
151 'autosource' => array()),
153 array('server' => null,
158 array('linkcolor' => 'black',
159 'backgroundcolor' => 'black'),
161 array('enabled' => extension_loaded('zip')),
163 array('server' => null,
166 'bustframes' => true),
167 'local' => // To override path/server for themes in 'local' dir (not currently applied to local plugins)
168 array('server' => null,
173 array('enabled' => false, // whether to throttle edits; false by default
174 'count' => 20, // number of allowed messages in timespan
175 'timespan' => 600), // timespan for throttling
177 array('enabled' => true),
179 array('dropoff' => 864000.0, # controls weighting based on age
180 'cutoff' => 86400 * 90), # only look at notices posted in last 90 days
182 array('dropoff' => 864000.0, # controls weighting based on age
183 'cutoff' => 86400 * 90), # only look at notices favorited in last 90 days
185 array('piddir' => sys_get_temp_dir(),
189 array('enabled' => false),
191 array('enabled' => false),
193 array('enabled' => false),
195 array('source' => 'StatusNet', # source attribute for Twitter
196 'taguri' => null), # base for tag URIs
198 array('signin' => true,
199 'consumer_key' => null,
200 'consumer_secret' => null),
202 array('base' => null),
204 array('notify' => array(),
207 array('enabled' => true), # ignored after 0.9.x
209 array('default' => null,
212 'bare_domains' => false, // convert domain.com to <a href="http://domain.com/" ...>domain.com</a> ?
215 array('server' => null,
216 'dir' => INSTALLDIR . '/file/',
217 'path' => $_path . '/file/',
221 'supported' => array(
222 'application/vnd.oasis.opendocument.chart' => 'odc',
223 'application/vnd.oasis.opendocument.formula' => 'odf',
224 'application/vnd.oasis.opendocument.graphics' => 'odg',
225 'application/vnd.oasis.opendocument.graphics-template' => 'otg',
226 'application/vnd.oasis.opendocument.image' => 'odi',
227 'application/vnd.oasis.opendocument.presentation' => 'odp',
228 'application/vnd.oasis.opendocument.presentation-template' => 'otp',
229 'application/vnd.oasis.opendocument.spreadsheet' => 'ods',
230 'application/vnd.oasis.opendocument.spreadsheet-template' => 'ots',
231 'application/vnd.oasis.opendocument.text' => 'odt',
232 'application/vnd.oasis.opendocument.text-master' => 'odm',
233 'application/vnd.oasis.opendocument.text-template' => 'ott',
234 'application/vnd.oasis.opendocument.text-web' => 'oth',
235 'application/pdf' => 'pdf',
236 'application/zip' => 'zip',
237 'image/png' => 'png',
238 'image/jpeg' => 'jpg',
239 'image/gif' => 'gif',
240 'image/svg+xml' => 'svg',
241 'image/vnd.microsoft.icon' => 'ico',
242 'audio/ogg' => 'ogg',
243 'audio/mpeg' => 'mpg',
244 'audio/x-speex' => 'spx',
245 'application/ogg' => 'ogx',
246 'text/plain' => 'txt',
247 'video/mpeg' => 'mpeg',
248 'video/mp4' => 'mp4',
249 'video/ogg' => 'ogv',
250 'video/quicktime' => 'mov',
251 'video/webm' => 'webm',
253 'file_quota' => 5000000,
254 'user_quota' => 50000000,
255 'monthly_quota' => 15000000,
257 'filename_base' => 'hash', // for new files, choose one: 'upload', 'hash'
258 'show_html' => false, // show (filtered) text/html attachments (and oEmbed HTML etc.). Doesn't affect AJAX calls.
259 'show_thumbs' => true, // show thumbnails in notice lists for uploaded images, and photos and videos linked remotely that provide oEmbed info
260 'process_links' => true, // check linked resources for embeddable photos and videos; this will hit referenced external web sites when processing new messages.
263 array('crop' => false, // overridden to true if thumb height === null
264 'maxsize' => 1000, // thumbs with an edge larger than this will not be generated
267 'animated' => false), // null="UseFileAsThumbnail", false="can use still frame". true requires ImageMagickPlugin
269 array('desclimit' => null),
271 array('maxaliases' => 3,
275 array('maxtags' => 100, // maximum number of tags a user can create.
276 'maxpeople' => 500, // maximum no. of people with the same tag by the same user
277 'allow_tagging' => array('all' => true), // equivalent to array('local' => true, 'remote' => true)
278 'desclimit' => null),
280 array('endpoint' => null, // 'https://noembed.com/embed/' for proxied oEmbed data
281 'order' => array('built-in', 'well-known', 'service', 'discovery'),
284 array('type' => 'like'),
286 array('handle' => false, // whether to handle sessions ourselves
287 'debug' => false, // debugging output for sessions
288 'gc_limit' => 1000), // max sessions to expire at a time
289 'htmlfilter' => array( // purify HTML through htmLawed
295 array('contentlimit' => null,
296 'defaultscope' => null, // null means 1 if site/private, 0 otherwise
297 'hidespam' => false), // Whether to hide silenced users from timelines
299 array('contentlimit' => null),
301 array('share' => 'user', // whether to share location; 'always', 'user', 'never'
302 'sharedefault' => false),
304 array('disabled' => true),
306 array('core' => array(
307 'ActivityVerb' => array(),
308 'ActivityVerbPost' => array(),
309 'ActivityModeration' => array(),
310 'AuthCrypt' => array(),
311 'Cronish' => array(),
312 'Favorite' => array(),
317 'Activity' => array(),
318 'AntiBrute' => array(),
319 'Bookmark' => array(),
320 'ClientSideShorten' => array(),
321 'DefaultLayout' => array(),
322 'Directory' => array(),
323 'DirectMessage' => array(),
324 'EmailAuthentication' => array(),
328 'OpportunisticQM' => array(),
329 'OStatus' => array(),
331 'SearchSub' => array(),
333 'WebFinger' => array(),
335 'locale_path' => false, // Set to a path to use *instead of* each plugin's own locale subdirectories
342 array('panels' => array('site', 'user', 'paths', 'access', 'sessions', 'sitenotice', 'license', 'plugins')),
344 array('enabled' => false,
347 array('crawldelay' => 0,
348 'disallow' => array('main', 'settings', 'admin', 'search', 'message')
351 array('realm' => null),
353 array('subscribers' => true,
356 'external' => 'sometimes'), // Options: 'sometimes', 'never', default = 'sometimes'
358 array('shortener' => 'internal',
359 'maxurllength' => 100,
360 'maxnoticelength' => -1),
361 'http' => // HTTP client settings when contacting other sites
362 array('ssl_cafile' => false, // To enable SSL cert validation, point to a CA bundle (eg '/usr/lib/ssl/certs/ca-certificates.crt') (this activates "ssl_verify_peer")
363 'ssl_verify_host' => true, // HTTPRequest2 makes sure this is set to CURLOPT_SSL_VERIFYHOST==2 if using curl
364 'curl' => false, // Use CURL backend for HTTP fetches if available. (If not, PHP's socket streams will be used.)
365 'proxy_host' => null,
366 'proxy_port' => null,
367 'proxy_user' => null,
368 'proxy_password' => null,
369 'proxy_auth_scheme' => null,
372 array('cache' => true), // whether to cache the router object. Defaults to true, turn off for devel
374 array('cors' => false), // Allow Cross-Origin Resource Sharing for service discovery (host-meta, XRD, etc.)
375 'performance' => array('high' => false) // disable some features for higher performance; default false