%PDF- %PDF-
| Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/tests/config/env/ |
| Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/tests/config/env/env.dist.php |
<?php
/**
* Rename this file to env.php and change your db username and password.
* When running custom module tests you may need to set the 'moduleAutoloadPaths' parameter unless all your custom modules reside in
* '@humhub/protected/modules'
*/
return [
'components' => [
'db' => [
'username' => 'your_testDB_user',
'password' => 'your_testDB_password',
],
],
'params' => [
'moduleAutoloadPaths' => [/* Insert module autoloader path of your test environment e.g. 'D:\development\humhub\modules' */]
]
];