diff options
Diffstat (limited to 'tests/plugins/informer/.rr-informer.yaml')
-rw-r--r-- | tests/plugins/informer/.rr-informer.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/plugins/informer/.rr-informer.yaml b/tests/plugins/informer/.rr-informer.yaml new file mode 100644 index 00000000..e1edbb44 --- /dev/null +++ b/tests/plugins/informer/.rr-informer.yaml @@ -0,0 +1,15 @@ +server: + command: "php ../../http/client.php echo pipes" + user: "" + group: "" + env: + "RR_CONFIG": "/some/place/on/the/C134" + "RR_CONFIG2": "C138" + relay: "pipes" + relay_timeout: "20s" + +rpc: + listen: tcp://127.0.0.1:6001 +logs: + mode: development + level: error
\ No newline at end of file |