123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415 |
- <?php
- defined('GNUSOCIAL') || die();
- $default =
- array('site' =>
- array('name' => 'Just another GNU social node',
- 'nickname' => 'gnusocial',
- 'wildcard' => null,
- 'server' => $_server,
- 'theme' => 'neo-quitter',
- 'path' => $_path,
- 'logfile' => null,
- 'logdebug' => false,
- 'logo' => null,
- 'ssllogo' => null,
- 'logperf' => false,
- 'logperf_detail' => false,
- 'fancy' => false,
- 'locale_path' => INSTALLDIR . '/locale',
- 'language' => 'en',
- 'langdetect' => true,
- 'languages' => get_all_languages(),
- 'email' =>
- array_key_exists('SERVER_ADMIN', $_SERVER) ? $_SERVER['SERVER_ADMIN'] : null,
- 'fakeaddressrecovery' => true,
- 'broughtby' => null,
- 'timezone' => 'UTC',
- 'broughtbyurl' => null,
- 'closed' => false,
- 'inviteonly' => true,
- 'private' => false,
- 'ssl' => 'never',
- 'sslproxy' => false,
- 'sslserver' => null,
- 'dupelimit' => 60,
- 'textlimit' => 1000,
- 'indent' => true,
- 'use_x_sendfile' => false,
- 'notice' => null,
- 'build' => 1,
- ),
- 'security' =>
- array('hash_algos' => ['sha1', 'sha256', 'sha512'],
- ),
- 'db' =>
- array('database' => null,
- 'schema_location' => INSTALLDIR . '/classes',
- 'class_location' => INSTALLDIR . '/classes',
- 'require_prefix' => 'classes/',
- 'class_prefix' => '',
- 'mirror' => null,
- 'db_driver' => 'MDB2',
- 'disable_null_strings' => true,
- 'quote_identifiers' => true,
- 'type' => 'mysql',
- 'schemacheck' => 'runtime',
- 'annotate_queries' => false,
- 'log_queries' => false,
- 'log_slow_queries' => 0,
- 'foreign_keys' => false),
- 'fix' =>
- array('fancyurls' => true,
- 'legacy_http' => false,
- ),
- 'log' => [
- 'debugtrace' => false,
- ],
- 'syslog' =>
- array('appname' => 'statusnet',
- 'priority' => 'debug',
- 'facility' => LOG_USER),
- 'queue' =>
- array('enabled' => true,
- 'daemon' => false,
- 'threads' => null,
- 'subsystem' => 'db',
- 'stomp_server' => null,
- 'queue_basename' => '/queue/statusnet/',
- 'control_channel' => '/topic/statusnet/control',
- 'stomp_username' => null,
- 'stomp_password' => null,
- 'stomp_persistent' => true,
- 'stomp_transactions' => true,
- 'stomp_acks' => true,
- 'stomp_manual_failover' => true,
- 'monitor' => null,
- 'softlimit' => '90%',
- 'spawndelay' => 1,
- 'debug_memory' => false,
- 'breakout' => [],
-
-
-
-
-
-
- 'max_retries' => 10,
- 'dead_letter_dir' => false,
- ),
- 'license' =>
- array('type' => 'cc',
- 'owner' => null,
- 'url' => 'https://creativecommons.org/licenses/by/3.0/',
- 'title' => 'Creative Commons Attribution 3.0',
- 'image' => $_path . '/theme/licenses/cc_by_3.0_80x15.png'),
- 'mail' =>
- array('backend' => 'mail',
- 'params' => null,
- 'domain_check' => true),
- 'nickname' =>
- array('blacklist' => [],
- 'featured' => []),
- 'profile' =>
- array('banned' => [],
- 'biolimit' => null,
- 'changenick' => false,
- 'allowprivate' => false,
- 'backup' => false,
- 'restore' => false,
- 'delete' => false,
- 'move' => true),
- 'image' =>
- array('jpegquality' => 85),
- 'avatar' =>
- array('server' => null,
- 'dir' => INSTALLDIR . '/file/avatar/',
- 'url_base' => $_path . '/avatar/',
- 'ssl' => null,
- 'maxsize' => 300),
- 'foaf' =>
- array(
- 'mbox_sha1sum' => false,
- ),
- 'public' =>
- array('localonly' => false,
- 'blacklist' => [],
- 'autosource' => []),
- 'theme' =>
- array('server' => null,
- 'dir' => null,
- 'path' => null,
- 'ssl' => null),
- 'usertheme' =>
- array('linkcolor' => 'black',
- 'backgroundcolor' => 'black'),
- 'theme_upload' =>
- array('enabled' => extension_loaded('zip')),
- 'javascript' =>
- array('server' => null,
- 'path' => null,
- 'ssl' => null,
- 'bustframes' => true),
- 'local' =>
- array('server' => null,
- 'dir' => null,
- 'path' => null,
- 'ssl' => null),
- 'throttle' =>
- array('enabled' => false,
- 'count' => 20,
- 'timespan' => 600),
- 'invite' =>
- array('enabled' => true),
- 'tag' =>
- array('dropoff' => 864000.0,
- 'cutoff' => 86400 * 90),
- 'popular' =>
- array('dropoff' => 864000.0,
- 'cutoff' => 86400 * 90),
- 'daemon' =>
- array('piddir' => sys_get_temp_dir(),
- 'user' => false,
- 'group' => false),
- 'emailpost' =>
- array('enabled' => false),
- 'sms' =>
- array('enabled' => false),
- 'twitterimport' =>
- array('enabled' => false),
- 'integration' =>
- array('source' => 'StatusNet',
- 'taguri' => null),
- 'twitter' =>
- array('signin' => true,
- 'consumer_key' => null,
- 'consumer_secret' => null),
- 'cache' =>
- array('base' => null),
- 'ping' =>
- array('notify' => [],
- 'timeout' => 2),
- 'inboxes' =>
- array('enabled' => true),
- 'newuser' =>
- array('default' => null,
- 'welcome' => null),
- 'linkify' => array(
-
- 'bare_domains' => false,
- 'bare_ipv4' => false,
- 'bare_ipv6' => false,
- ),
- 'attachments' =>
- array('server' => null,
- 'dir' => INSTALLDIR . '/file/',
- 'path' => $_path . '/file/',
- 'sslserver' => null,
- 'sslpath' => null,
- 'ssl' => null,
- 'supported' => array(
- 'application/vnd.oasis.opendocument.chart' => 'odc',
- 'application/vnd.oasis.opendocument.formula' => 'odf',
- 'application/vnd.oasis.opendocument.graphics' => 'odg',
- 'application/vnd.oasis.opendocument.graphics-template' => 'otg',
- 'application/vnd.oasis.opendocument.image' => 'odi',
- 'application/vnd.oasis.opendocument.presentation' => 'odp',
- 'application/vnd.oasis.opendocument.presentation-template' => 'otp',
- 'application/vnd.oasis.opendocument.spreadsheet' => 'ods',
- 'application/vnd.oasis.opendocument.spreadsheet-template' => 'ots',
- 'application/vnd.oasis.opendocument.text' => 'odt',
- 'application/vnd.oasis.opendocument.text-master' => 'odm',
- 'application/vnd.oasis.opendocument.text-template' => 'ott',
- 'application/vnd.oasis.opendocument.text-web' => 'oth',
- 'application/pdf' => 'pdf',
- 'application/zip' => 'zip',
- 'application/x-bzip2' => 'bz2',
- 'application/x-go-sgf' => 'sgf',
- 'application/xml' => 'xml',
- 'application/gpx+xml' => 'gpx',
- image_type_to_mime_type(IMAGETYPE_PNG) => image_type_to_extension(IMAGETYPE_PNG),
- image_type_to_mime_type(IMAGETYPE_JPEG) => image_type_to_extension(IMAGETYPE_JPEG),
- image_type_to_mime_type(IMAGETYPE_GIF) => image_type_to_extension(IMAGETYPE_GIF),
- 'image/svg+xml' => 'svg',
- image_type_to_mime_type(IMAGETYPE_ICO) => image_type_to_extension(IMAGETYPE_ICO),
- image_type_to_mime_type(IMAGETYPE_WEBP) => image_type_to_extension(IMAGETYPE_WEBP),
- 'audio/ogg' => 'ogg',
- 'audio/mpeg' => 'mpg',
- 'audio/x-speex' => 'spx',
- 'application/ogg' => 'ogx',
- 'text/plain' => 'txt',
- 'video/mpeg' => 'mpeg',
- 'video/mp4' => 'mp4',
- 'video/ogg' => 'ogv',
- 'video/quicktime' => 'mov',
- 'video/webm' => 'webm',
- ),
- 'file_quota' => common_get_preferred_php_upload_limit(),
- 'user_quota' => 50000000,
- 'monthly_quota' => 15000000,
- 'uploads' => true,
- 'show_html' => false,
- 'show_thumbs' => true,
- 'process_links' => true,
- 'extblacklist' => [],
- 'memory_limit' => '1024M'
- ),
- 'thumbnail' => [
- 'dir' => null,
- 'path' => null,
- 'server' => null,
- 'crop' => false,
- 'maxsize' => 1000,
- 'width' => 450,
- 'height' => 600,
- 'upscale' => false,
- 'animated' => false,
- ],
- 'application' =>
- array('desclimit' => null),
- 'group' =>
- array('maxaliases' => 3,
- 'desclimit' => null,
- 'addtag' => true),
- 'peopletag' =>
- array('maxtags' => 100,
- 'maxpeople' => 500,
- 'allow_tagging' => array('all' => true),
- 'desclimit' => null),
- 'search' =>
- array('type' => 'fulltext'),
- 'sessions' =>
- array('handle' => false,
- 'debug' => false,
- 'gc_limit' => 1000),
- 'htmlfilter' => [
- 'img' => true,
- 'video' => true,
- 'audio' => true,
- ],
- 'htmlpurifier' => [
- 'Cache.DefinitionImpl' => 'Serializer',
- 'Cache.SerializerPath' => implode(DIRECTORY_SEPARATOR, [sys_get_temp_dir(), 'gnusocial']),
- ],
- 'notice' =>
- array('contentlimit' => null,
- 'allowprivate' => false,
- 'defaultscope' => null,
- 'hidespam' => true),
- 'message' =>
- array('contentlimit' => null),
- 'location' =>
- array('share' => 'user',
- 'sharedefault' => false),
- 'logincommand' =>
- array('disabled' => true),
- 'plugins' =>[
- 'core' => [
- 'Activity' => [],
- 'ActivityModeration' => [],
- 'ActivityVerb' => [],
- 'ActivityVerbPost' => [],
- 'AuthCrypt' => [],
- 'Favorite' => [],
- 'HTMLPurifierSchemes' => [],
- 'Share' => [],
- 'TheFreeNetwork' => [
- 'protocols' => ['ActivityPub' => 'Activitypub_profile', 'OStatus' => 'Ostatus_profile']
- ],
- ],
- 'default' => [
- 'AccountManager' => [],
- 'AntiBrute' => [],
- 'Blacklist' => [],
- 'Bookmark' => [],
- 'ClientSideShorten' => [],
- 'Cronish' => [],
- 'DefaultLayout' => [],
- 'DirectionDetector' => [],
- 'DirectMessage' => [],
- 'Directory' => [],
- 'EmailAuthentication' => [],
- 'Embed' => [],
- 'Event' => [],
- 'LRDD' => [],
- 'Nodeinfo' => [],
- 'OpenID' => [],
- 'DBQueue' => [],
- 'OpportunisticQM' => [],
- 'RemoteFollow' => [],
- 'ActivityPub' => [],
- 'OStatus' => [],
- 'Poll' => [],
- 'SimpleCaptcha' => [],
- 'TagSub' => [],
- 'WebFinger' => [],
- ],
- 'locale_path' => false,
- 'server' => null,
- 'sslserver' => null,
- 'path' => null,
- 'sslpath' => null,
- ],
- 'admin' =>
- array('panels' => array('site', 'user', 'paths', 'access', 'sessions', 'sitenotice', 'license', 'plugins')),
- 'singleuser' =>
- array('enabled' => false,
- 'nickname' => null),
- 'robotstxt' =>
- array('crawldelay' => 0,
- 'disallow' => array('main', 'settings', 'admin', 'search', 'message')
- ),
- 'api' =>
- array('realm' => null),
- 'nofollow' =>
- array('subscribers' => true,
- 'members' => true,
- 'peopletag' => true,
- 'external' => 'sometimes'),
- 'url' =>
- array('shortener' => 'internal',
- 'maxurllength' => 100,
- 'maxnoticelength' => -1),
- 'http' =>
- array('ssl_cafile' => false,
- 'ssl_verify_host' => true,
- 'curl' => false,
- 'connect_timeout' => 5,
- 'timeout' => intval(ini_get('default_socket_timeout')),
- 'proxy_host' => null,
- 'proxy_port' => null,
- 'proxy_user' => null,
- 'proxy_password' => null,
- 'proxy_auth_scheme' => null,
- ),
- 'router' =>
- array('cache' => true),
- 'discovery' =>
- array('cors' => false),
- 'performance' => array('high' => false)
- );
|