summaryrefslogtreecommitdiff
path: root/cmd/rr/.rr.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/rr/.rr.yaml')
-rw-r--r--cmd/rr/.rr.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/rr/.rr.yaml b/cmd/rr/.rr.yaml
index 2717e187..6e3b689b 100644
--- a/cmd/rr/.rr.yaml
+++ b/cmd/rr/.rr.yaml
@@ -1,5 +1,8 @@
# rpc bus allows php application and external clients to talk to rr services.
rpc:
+ # enable rpc server
+ enable: true
+
# rpc connection DSN. Supported TCP and Unix sockets.
listen: tcp://127.0.0.1:6001