Page MenuHomePhorge

config.inc.php.dist
No OneTemporary

Size
362 B
Referenced Files
None
Subscribers
None

config.inc.php.dist

<?php
// By default this plugin stores attachments in filesystem
// and copies them into sql database.
// You can change it to use 'memcache' or 'apc'.
$config['database_attachments_cache'] = 'db';
// Attachment data expires after specied TTL time in seconds (max.2592000).
// Default is 12 hours.
$config['database_attachments_cache_ttl'] = 12 * 60 * 60;
?>

File Metadata

Mime Type
text/x-php
Expires
Thu, Jul 30, 10:13 AM (8 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1050805
Default Alt Text
config.inc.php.dist (362 B)

Event Timeline