mirror of
https://github.com/friendica/friendica
synced 2024-11-09 15:42:55 +00:00
Restore system.url declaration in tests
This commit is contained in:
parent
12e34cc5fb
commit
47992d06ce
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ require_once __DIR__.'/../include/api.php';
|
|||
|
||||
new App(dirname(__DIR__));
|
||||
|
||||
\Friendica\Core\Config::set('system', 'url', 'http://localhost');
|
||||
\Friendica\Core\Config::set('system', 'worker_dont_fork', true);
|
||||
|
||||
// Backward compatibility
|
||||
|
|
Loading…
Reference in a new issue