summarylogtreecommitdiffstats
path: root/.rr.yaml.sample-minimal
diff options
context:
space:
mode:
Diffstat (limited to '.rr.yaml.sample-minimal')
-rw-r--r--.rr.yaml.sample-minimal12
1 files changed, 10 insertions, 2 deletions
diff --git a/.rr.yaml.sample-minimal b/.rr.yaml.sample-minimal
index a5a6931ea53f..dbbfc5fda87c 100644
--- a/.rr.yaml.sample-minimal
+++ b/.rr.yaml.sample-minimal
@@ -1,3 +1,11 @@
+rpc:
+ listen: tcp://127.0.0.1:6001
+
+server:
+ command: "php worker.php"
+
http:
- address: ":8080"
- workers.command: "php psr-worker.php" \ No newline at end of file
+ address: "0.0.0.0:8080"
+
+logs:
+ level: error \ No newline at end of file