mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
use own local.config.php for CI
This commit is contained in:
parent
0d41752cfe
commit
3edc5553c6
2 changed files with 48 additions and 1 deletions
|
@ -54,7 +54,7 @@ trait VFSTrait
|
|||
$this->setConfigFile('static' . DIRECTORY_SEPARATOR . 'defaults.config.php', true);
|
||||
$this->setConfigFile('static' . DIRECTORY_SEPARATOR . 'settings.config.php', true);
|
||||
$this->setConfigFile(
|
||||
'mods' . DIRECTORY_SEPARATOR . 'local.config.vagrant.php',
|
||||
'mods' . DIRECTORY_SEPARATOR . 'local.config.ci.php',
|
||||
false, 'local.config.php'
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue