summarylogtreecommitdiffstats
path: root/rr.minimal.sample.yaml
diff options
context:
space:
mode:
authorLeo2023-04-15 12:47:37 +1000
committerLeo2023-04-15 12:49:13 +1000
commit923883eb002f2e0401bc2f7aa1ef02a3c8a12006 (patch)
tree9f17681ce660061bf56ac9983fd62661644c3696 /rr.minimal.sample.yaml
parentbeec3d4636ad1e3bb981df1105303637fb0d02fe (diff)
downloadaur-923883eb002f2e0401bc2f7aa1ef02a3c8a12006.tar.gz
New upstream version 2023.1.0
- update sample config files - remove prefix dot in names of config files - binary name changed from 'rr' to 'roadrunner' for compatibility - dependency updates
Diffstat (limited to 'rr.minimal.sample.yaml')
-rw-r--r--rr.minimal.sample.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/rr.minimal.sample.yaml b/rr.minimal.sample.yaml
new file mode 100644
index 000000000000..11185382aebb
--- /dev/null
+++ b/rr.minimal.sample.yaml
@@ -0,0 +1,13 @@
+version: '3'
+
+rpc:
+ listen: tcp://127.0.0.1:6001
+
+server:
+ command: "php worker.php"
+
+http:
+ address: "0.0.0.0:8080"
+
+logs:
+ level: error \ No newline at end of file