shlink/config/roadrunner/.rr.dev.yml

54 lines
989 B
YAML
Raw Normal View History

2022-08-21 06:19:27 -05:00
version: '2.7'
rpc:
listen: tcp://127.0.0.1:6001
2022-08-21 06:19:27 -05:00
server:
command: 'php ../../bin/roadrunner-worker.php'
http:
address: '0.0.0.0:8080'
static:
dir: ../../public
forbid:
- .php
- .htaccess
pool:
num_workers: 3
2022-08-21 06:19:27 -05:00
supervisor:
max_worker_memory: 100
jobs:
pool:
num_workers: 2
max_worker_memory: 100
timeout: 300
consume: ['shlink']
pipelines:
shlink:
driver: memory
config:
priority: 10
prefetch: 10
2022-08-21 06:19:27 -05:00
logs:
mode: development
channels:
http:
level: debug
2022-08-21 06:19:27 -05:00
server:
level: debug
2022-08-21 06:19:27 -05:00
metrics:
level: debug
reload:
interval: 1s
patterns: ['.php', '.yml', '.yaml']
services:
http:
dirs: ['../../bin', '../../config', '../../data/migrations', '../../docker', '../../module', '../../vendor']
recursive: true
jobs:
dirs: ['../../bin', '../../config', '../../data/migrations', '../../docker', '../../module', '../../vendor']
2022-08-21 06:19:27 -05:00
recursive: true