]> git.mxchange.org Git - friendica.git/blob - tests/datasets/config/node.config.php
spelling: endpoints
[friendica.git] / tests / datasets / config / node.config.php
1 <?php
2
3 return [
4                 'config' => [
5                                 'hostname' => 'localhost',
6                 ],
7                 'system' => [
8                                 'url' => 'http://localhost',
9                                 "worker_dont_fork" => 1,
10                                 "curl_timeout"=>  1,
11                                 "xrd_timeout"=>  1,
12                 ],
13 ];