summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-11 13:57:41 +0300
committerValery Piashchynski <[email protected]>2021-02-11 13:57:41 +0300
commit509abc76a0f7b88678de67843ca79d9052ad8dd6 (patch)
tree92727c3ff8087597bac65eee2c26c9484c98be7f /.rr.yaml
parentf007fcd5f352d1f83bfdfd2dd47d063d55f9db50 (diff)
Doc comments
Diffstat (limited to '.rr.yaml')
-rwxr-xr-x.rr.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.rr.yaml b/.rr.yaml
index f5185808..3f41c126 100755
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -1,3 +1,7 @@
+######################################################################################
+# THIS IS SAMPLE OF THE CONFIGURATION #
+# IT'S NOT A DEFAULT CONFIGURATION, IT'S JUST A REFERENCE TO ALL OPTIONS AND PLUGINS #
+######################################################################################
rpc:
listen: tcp://127.0.0.1:6001
@@ -5,9 +9,6 @@ server:
command: "php tests/psr-worker-bench.php"
user: ""
group: ""
- env:
- "RR_HTTP": "true"
- "RR_RPC": "tcp://127.0.0.1:6001"
relay: "pipes"
relay_timeout: 20s
@@ -133,7 +134,6 @@ redis:
read_only: false
# boltdb simple driver
-#
boltdb:
dir: "."
file: "rr"
@@ -142,7 +142,7 @@ boltdb:
# keys ttl check interval
TTL: 60 # seconds
- # memcached driver
+# memcached driver
memcached:
addr:
- "localhost:11211"