Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F6067215
config-test.inc.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
571 B
Referenced Files
None
Subscribers
None
config-test.inc.php
View Options
<?php
$config
=
array
();
// 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
Details
Attached
Mime Type
text/x-php
Expires
Fri, May 22, 5:06 AM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
633198
Default Alt Text
config-test.inc.php (571 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment