Go to the documentation of this file. 9 'dbuser' => getenv(
'ELGG_DB_USER'),
10 'dbpassword' => getenv(
'ELGG_DB_PASS'),
11 'dbname' => getenv(
'ELGG_DB_NAME'),
12 'dbprefix' => getenv(
'ELGG_DB_PREFIX'),
13 'dbencoding' => getenv(
'ELGG_DB_ENCODING') ? :
'utf8mb4',
14 'dbport' => getenv(
'ELGG_DB_PORT') ? :
'3306',
15 'dbhost' => getenv(
'ELGG_DB_HOST') ? :
'localhost',
18 'sitename' =>
'Elgg CI Site',
19 'siteemail' =>
'no_reply@ci.elgg.org',
20 'wwwroot' => getenv(
'ELGG_WWWROOT') ? :
'http://localhost/',
21 'dataroot' => getenv(
'HOME') .
'/engine/tests/test_files/dataroot/',
24 'displayname' =>
'Administrator',
25 'email' =>
'admin@ci.elgg.org',
26 'username' =>
'admin',
27 'password' =>
'fancypassword',