diff options
author | Valery Piashchynski <[email protected]> | 2020-11-18 11:24:20 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-18 11:24:20 +0300 |
commit | 2b395a5f1bd431a2a9c80c35a2ca5f42066c9ffd (patch) | |
tree | 1542b018ee2aa8511f5e8a8b64b2f45c52e91048 /plugins/informer/tests/.rr-informer.yaml | |
parent | a2ba8de5eb519f73044a9b1c66f087a5b65e3d45 (diff) | |
parent | 0a48a027642a34c560717526c55f70b7260d678c (diff) |
Merge branch 'release_2.0' into plugin/http
Diffstat (limited to 'plugins/informer/tests/.rr-informer.yaml')
-rw-r--r-- | plugins/informer/tests/.rr-informer.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/informer/tests/.rr-informer.yaml b/plugins/informer/tests/.rr-informer.yaml new file mode 100644 index 00000000..83ecd582 --- /dev/null +++ b/plugins/informer/tests/.rr-informer.yaml @@ -0,0 +1,13 @@ +server: + command: "php ../../../tests/client.php echo pipes" + user: "" + group: "" + env: + "RR_CONFIG": "/some/place/on/the/C134" + "RR_CONFIG2": "C138" + relay: "pipes" + relayTimeout: "20s" + +rpc: + listen: tcp://127.0.0.1:6001 + disabled: false
\ No newline at end of file |