mirror of
https://github.com/friendica/friendica
synced 2024-11-12 23:42:54 +00:00
13 lines
203 B
PHP
13 lines
203 B
PHP
<?php
|
|
|
|
return [
|
|
'config' => [
|
|
'hostname' => 'localhost',
|
|
],
|
|
'system' => [
|
|
'url' => 'http://localhost',
|
|
"worker_dont_fork" => 1,
|
|
"curl_timeout"=> 1,
|
|
"xrd_timeout"=> 1,
|
|
],
|
|
];
|