Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Jan 13, 2022
1 parent 66a4f64 commit dfafaba
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .rr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

# Important: TCP port numbers for each plugin (rpc, http, etc) must be unique!

# RR configuration version
version: "2.7"

# Remote Procedures Calling (docs: https://roadrunner.dev/docs/beep-beep-rpc)
# Is used for connecting to RoadRunner server from your PHP workers.
rpc:
Expand Down Expand Up @@ -1307,15 +1310,15 @@ grpc:
# This option is required
cert: ""

# Path to the CA certificate
# Path to the CA certificate, defines the set of root certificate authorities that servers use if required to verify a client certificate. Used with the `client_auth_type` option.
#
# This option is optional
root_ca: ""

# Client auth type
# Client auth type.
#
# This option is optional. Default value: no_client_certs. Possible values: request_client_cert, require_any_client_cert, verify_client_cert_if_given, require_and_verify_client_cert, no_client_certs
client_auth_type: "no_client_certs"
client_auth_type: ""

# Maximum send message size
#
Expand Down

0 comments on commit dfafaba

Please sign in to comment.