summaryrefslogtreecommitdiff
path: root/plugins/checker/tests/configs/.rr-checker-init.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-04 00:17:04 +0300
committerGitHub <[email protected]>2020-12-04 00:17:04 +0300
commite514ea8d58843db9b5d5d4f259f76cd2e226a44f (patch)
tree7431dccaac1efee0e3bf33dc23debde1051d5157 /plugins/checker/tests/configs/.rr-checker-init.yaml
parentbdabf97a6463c0e3897063235f3d556d4f75c4bd (diff)
parentf91ca08abbc9e2184005376ff1533786f194c620 (diff)
Merge pull request #428 from spiral/plugin/health
Checker plugin
Diffstat (limited to 'plugins/checker/tests/configs/.rr-checker-init.yaml')
-rwxr-xr-xplugins/checker/tests/configs/.rr-checker-init.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/plugins/checker/tests/configs/.rr-checker-init.yaml b/plugins/checker/tests/configs/.rr-checker-init.yaml
new file mode 100755
index 00000000..5943551b
--- /dev/null
+++ b/plugins/checker/tests/configs/.rr-checker-init.yaml
@@ -0,0 +1,29 @@
+rpc:
+ listen: tcp://127.0.0.1:6005
+ disabled: false
+
+server:
+ command: "php ../../../tests/http/client.php echo pipes"
+ user: ""
+ group: ""
+ env:
+ "RR_HTTP": "true"
+ relay: "pipes"
+ relayTimeout: "20s"
+
+status:
+ address: "127.0.0.1:34333"
+
+http:
+ debug: true
+ address: 127.0.0.1:11933
+ maxRequestSize: 1024
+ middleware: [ "" ]
+ uploads:
+ forbid: [ ".php", ".exe", ".bat" ]
+ trustedSubnets: [ "10.0.0.0/8", "127.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16", "::1/128", "fc00::/7", "fe80::/10" ]
+ pool:
+ numWorkers: 2
+ maxJobs: 0
+ allocateTimeout: 60s
+ destroyTimeout: 60s \ No newline at end of file