File tree Expand file tree Collapse file tree 5 files changed +14
-7
lines changed
Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 5858 "data" : [
5959 {
6060 "type" : " grpc_client"
61+ },
62+ {
63+ "type" : " grpc_server" ,
64+ "settings" : {
65+ "address" : " localhost:7776"
66+ }
6167 }
6268 ]
6369 },
Original file line number Diff line number Diff line change 11private :
22 internal_endpoint :
3- address : localhost:8888
3+ address : localhost:7777
44 jsonrpc_path : /jsonrpc
5- jsonrpc_client :
6- endpoint : http://localhost:8888 /jsonrpc
5+ # jsonrpc_client:
6+ # endpoint: http://localhost:7777 /jsonrpc
77 tls :
88 verify_client : false
99 server_name : internal-server
@@ -19,7 +19,7 @@ private:
1919 - localhost:6379
2020 database : 0
2121 password : " "
22- key : public -proxy-entries
22+ key : private -proxy-entries
2323# type: file
2424# settings:
2525# filename: /tmp/private-proxy-announcements.db
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ channels: # defines all the channels that we want to open when starting the serv
2222 bind_address : " localhost:7776"
2323 tcp_rate_limits :
2424 - type : minute
25- limit : 10
25+ limit : 1000
2626 tls :
2727 ca_certificate_files : ["$DIR/../../certs/root.crt"]
2828 certificate_file : " $DIR/../../certs/private-proxy-1.ga.crt"
@@ -42,6 +42,7 @@ channels: # defines all the channels that we want to open when starting the serv
4242 cors :
4343 allowed_hosts : ["^http(?:s)?://localhost\\:\\d+$"]
4444 tls :
45+ verify_client : false
4546 ca_certificate_files : ["$DIR/../../certs/root.crt"]
4647 certificate_file : " $DIR/../../certs/private-proxy-1.ga.crt"
4748 key_file : " $DIR/../../certs/private-proxy-1.ga.key"
Original file line number Diff line number Diff line change 22 name : public-proxy-1.ga
33 tcp_rate_limits :
44 - type : minute
5- limit : 10
5+ limit : 1000
66 datastore :
77 type : redis
88 settings :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ channels: # defines all the channels that we want to open when starting the serv
2222 bind_address : " localhost:5556"
2323 tcp_rate_limits :
2424 - type : minute
25- limit : 10
25+ limit : 1000
2626 tls :
2727 ca_certificate_files : ["$DIR/../../certs/root.crt"]
2828 certificate_file : " $DIR/../../certs/public-proxy-1.ga.crt"
You can’t perform that action at this time.
0 commit comments