Configure PHP-PM to use the correct bridge and the new server class

pull/36/head
Franz Liedke 2016-04-16 23:20:28 +09:00
parent e4d90d6017
commit 6fa9800e55
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4
1 changed files with 14 additions and 0 deletions

14
ppm.json Normal file
View File

@ -0,0 +1,14 @@
{
"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
}