diff options
Diffstat (limited to 'tests/plugins/logger/configs/.rr-no-logger2.yaml')
-rw-r--r-- | tests/plugins/logger/configs/.rr-no-logger2.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/plugins/logger/configs/.rr-no-logger2.yaml b/tests/plugins/logger/configs/.rr-no-logger2.yaml new file mode 100644 index 00000000..1211b7ad --- /dev/null +++ b/tests/plugins/logger/configs/.rr-no-logger2.yaml @@ -0,0 +1,21 @@ +rpc: + listen: tcp://127.0.0.1:6001 + +server: + command: "php ../../http/client.php echo pipes" + user: "" + group: "" + env: + "RR_HTTP": "true" + relay: "pipes" + relay_timeout: "20s" + +http: + debug: true + address: 127.0.0.1:18945 + max_request_size: 1024 + pool: + num_workers: 2 + max_jobs: 0 + allocate_timeout: 60s + destroy_timeout: 60s
\ No newline at end of file |