Page MenuHomePhorge

config-test.inc.php
No OneTemporary

Authored By
Unknown
Size
566 B
Referenced Files
None
Subscribers
None

config-test.inc.php

<?php
$config = [];
// Database configuration
$config['db_dsnw'] = 'sqlite:////tmp/sqlite.db?mode=0646';
// Test user credentials
$config['tests_username'] = 'test';
$config['tests_password'] = 'test';
// GreenMail
$config['smtp_port'] = 25;
// Settings required by the tests
$config['create_default_folders'] = true;
$config['skin'] = 'elastic';
$config['support_url'] = 'http://support.url';
// Plugins with tests
$config['plugins'] = [
'archive',
'attachment_reminder',
'markasjunk',
'zipdownload'
];
$config['archive_mbox'] = 'Archive';

File Metadata

Mime Type
text/x-php
Expires
Sun, Apr 5, 11:38 PM (1 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
6a/92/12a77feb4a5003892df901458238
Default Alt Text
config-test.inc.php (566 B)

Event Timeline