Files
symfony-skeleton/.rr.dev.yaml
hakutaku 65859bd87f wip
2025-09-23 19:15:07 +03:00

42 lines
925 B
YAML

version: "3"
server:
command: "php public/index.php"
env:
- APP_RUNTIME: Baldinof\RoadRunnerBundle\Runtime\Runtime
http:
address: 0.0.0.0:8000
middleware: [ "static", "gzip" ]
pool:
debug: true
uploads:
forbid: [ ".php", ".exe", ".bat" ]
static:
dir: "public"
forbid: [ ".php", ".htaccess" ]
rpc:
listen: tcp://127.0.0.1:6001
logs:
mode: development
channels:
http:
level: debug # Log all http requests, set to info to disable
server:
level: info # Everything written to worker stderr is logged
mode: raw
metrics:
level: debug
service:
messenger:
command: "php bin/console messenger:consume async -vvvv"
service_name_in_log: true
processNum: 1
execTimeout: 0
remainAfterExit: false
env:
APP_ENV: "dev"