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

50 lines
935 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'
middleware: ['static']
2022-08-21 06:19:27 -05:00
static:
dir: '../../public'
forbid: ['.php', '.htaccess']
2022-08-21 06:19:27 -05:00
pool:
2022-09-17 04:27:56 -05:00
num_workers: 1
2022-08-21 06:19:27 -05:00
jobs:
pool:
2022-09-17 04:27:56 -05:00
num_workers: 1
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:
mode: 'off' # Disable logging as Shlink handles it internally
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']
2022-08-21 06:19:27 -05:00
services:
http:
dirs: ['../../bin', '../../config', '../../data/migrations', '../../module', '../../vendor']
recursive: true
jobs:
dirs: ['../../bin', '../../config', '../../data/migrations', '../../module', '../../vendor']
2022-08-21 06:19:27 -05:00
recursive: true