File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 11# Debug mode disabled view cache and enabled higher verbosity.
2+ APP_ENV = prod
23DEBUG = false
34DB_DSN = mysql:host=tfb-database:3306;charset=utf8;dbname=hello_world;user=benchmarkdbuser;password=benchmarkdbpass
45
Original file line number Diff line number Diff line change 44 listen : tcp://127.0.0.1:6001
55
66server :
7+ on_init :
8+ command : " php app.php cycle"
79 command : " php app.php"
810 relay : pipes
911
Original file line number Diff line number Diff line change 1616 "spiral/roadrunner-bridge" : " ^3.0" ,
1717 "spiral/roadrunner-cli" : " ^2.4"
1818 },
19- "scripts" : {
20- "post-create-project-cmd" : [
21- " php -r \" copy('.env.sample', '.env');\" " ,
22- " php app.php encrypt:key -m .env" ,
23- " php app.php configure -vv" ,
24- " rr get-binary --quiet"
25- ]
26- },
2719 "autoload" : {
2820 "psr-4" : {
2921 "App\\ " : " app/src/"
You can’t perform that action at this time.
0 commit comments