Skip to content

Commit 4fe7990

Browse files
committed
Update .rr-worker-poc.yaml
1 parent 538a17d commit 4fe7990

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

tests/configs/.rr-worker-poc.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ version: "3"
22

33
# RPC plugin: the SDK talks to RoadRunner plugins (KV, Lock, Services, ...) through it.
44
rpc:
5-
listen: tcp://127.0.0.1:6001
5+
listen: tcp://127.0.0.1:6001
66

77
# Application worker configuration.
88
server:
9-
command: "php worker-poc.php"
9+
command: "php php_test_files/worker-poc.php"
1010

1111
# HTTP plugin: accepts incoming requests and forwards them to the PHP worker.
1212
http:
13-
address: 127.0.0.1:8080
14-
pool:
15-
num_workers: 1
13+
address: 127.0.0.1:8080
14+
pool:
15+
num_workers: 1
1616

1717
logs:
18-
mode: production
19-
level: debug
18+
mode: production
19+
level: debug

0 commit comments

Comments
 (0)