diff options
author | Wolfy-J <[email protected]> | 2018-06-05 16:23:14 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-05 16:23:14 +0300 |
commit | 76ff8d1c95e087749d559ee5a4f8f0348feafffa (patch) | |
tree | 112630d2d2cfe41d809065034c13b1066b8e05c2 /cmd/rr/.rr.yaml | |
parent | 3c86132f90ef6473b4073a8b1500d01b6114fc30 (diff) |
Cs and refactoring
Diffstat (limited to 'cmd/rr/.rr.yaml')
-rw-r--r-- | cmd/rr/.rr.yaml | 3 |
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 |