Elgg
Version master
|
Go to the source code of this file.
Variables | |
return ['dbuser'=> getenv('ELGG_DB_USER'), 'dbpassword'=> getenv('ELGG_DB_PASS'), 'dbname'=> getenv('ELGG_DB_NAME'), 'dbprefix'=> getenv('ELGG_DB_PREFIX'), 'dbencoding'=> getenv('ELGG_DB_ENCODING') ? :'utf8mb4', 'dbport'=> getenv('ELGG_DB_PORT') ? :'3306', 'dbhost'=> getenv('ELGG_DB_HOST') ? :'localhost', 'sitename'=> 'Elgg CI Site', 'siteemail'=> 'no_reply @ci.elgg.org', 'wwwroot'=> getenv('ELGG_WWWROOT') ? :'http:'dataroot'=> getenv('HOME') . '/engine/tests/test_files/dataroot/', 'displayname'=> 'Administrator', 'email'=> 'admin @ci.elgg.org', 'username'=> 'admin', 'password'=> 'fancypassword', 'timezone'=> 'UTC'] | |
Configuration array for Elgg installation on CI. More... | |
return[ 'dbuser'=> getenv( 'ELGG_DB_USER'), 'dbpassword'=> getenv( 'ELGG_DB_PASS'), 'dbname'=> getenv( 'ELGG_DB_NAME'), 'dbprefix'=> getenv( 'ELGG_DB_PREFIX'), 'dbencoding'=> getenv( 'ELGG_DB_ENCODING') ? :'utf8mb4', 'dbport'=> getenv( 'ELGG_DB_PORT') ? :'3306', 'dbhost'=> getenv( 'ELGG_DB_HOST') ? :'localhost', 'sitename'=> 'Elgg CI Site', 'siteemail'=> 'no_reply @ci.elgg.org', 'wwwroot'=> getenv( 'ELGG_WWWROOT') ? :'http:'dataroot'=> getenv( 'HOME') . '/engine/tests/test_files/dataroot/', 'displayname'=> 'Administrator', 'email'=> 'admin @ci.elgg.org', 'username'=> 'admin', 'password'=> 'fancypassword', 'timezone'=> 'UTC'] |
Configuration array for Elgg installation on CI.
Definition at line 6 of file testing_app.php.