mirror of https://github.com/flarum/flarum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
320 B
14 lines
320 B
9 years ago
|
{
|
||
|
"bridge": "Franzl\\PHPPM\\Psr7\\Psr7Bridge",
|
||
|
"host": "127.0.0.1",
|
||
|
"port": 8080,
|
||
|
"workers": 8,
|
||
|
"app-env": "dev",
|
||
|
"debug": 1,
|
||
|
"logging": 1,
|
||
|
"static": true,
|
||
|
"bootstrap": "Flarum\\Http\\FullStackServer",
|
||
|
"max-requests": 1000,
|
||
|
"concurrent-requests": false,
|
||
|
"php-cgi": false
|
||
|
}
|