diff --git a/settings/dev/directory/001_base.json b/settings/dev/directory/001_base.json index 03f5763..4875fbb 100644 --- a/settings/dev/directory/001_base.json +++ b/settings/dev/directory/001_base.json @@ -58,6 +58,12 @@ "data" : [ { "type" : "grpc_client" + }, + { + "type" : "grpc_server", + "settings" : { + "address" : "localhost:7776" + } } ] }, diff --git a/settings/dev/roles/private-proxy-1/001_default.yml b/settings/dev/roles/private-proxy-1/001_default.yml index 32a8dae..d14b7cf 100644 --- a/settings/dev/roles/private-proxy-1/001_default.yml +++ b/settings/dev/roles/private-proxy-1/001_default.yml @@ -1,9 +1,9 @@ private: internal_endpoint: - address: localhost:8888 + address: localhost:7777 jsonrpc_path: /jsonrpc - jsonrpc_client: - endpoint: http://localhost:8888/jsonrpc + #jsonrpc_client: + # endpoint: http://localhost:7777/jsonrpc tls: verify_client: false server_name: internal-server @@ -19,7 +19,7 @@ private: - localhost:6379 database: 0 password: "" - key: public-proxy-entries + key: private-proxy-entries # type: file # settings: # filename: /tmp/private-proxy-announcements.db diff --git a/settings/dev/roles/private-proxy-eps-1/001_default.yml b/settings/dev/roles/private-proxy-eps-1/001_default.yml index f3b4e3e..7221b56 100644 --- a/settings/dev/roles/private-proxy-eps-1/001_default.yml +++ b/settings/dev/roles/private-proxy-eps-1/001_default.yml @@ -22,7 +22,7 @@ channels: # defines all the channels that we want to open when starting the serv bind_address: "localhost:7776" tcp_rate_limits: - type: minute - limit: 10 + limit: 1000 tls: ca_certificate_files: ["$DIR/../../certs/root.crt"] 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 cors: allowed_hosts: ["^http(?:s)?://localhost\\:\\d+$"] tls: + verify_client: false ca_certificate_files: ["$DIR/../../certs/root.crt"] certificate_file: "$DIR/../../certs/private-proxy-1.ga.crt" key_file: "$DIR/../../certs/private-proxy-1.ga.key" diff --git a/settings/dev/roles/public-proxy-1/001_default.yml b/settings/dev/roles/public-proxy-1/001_default.yml index 286a118..8bc8929 100644 --- a/settings/dev/roles/public-proxy-1/001_default.yml +++ b/settings/dev/roles/public-proxy-1/001_default.yml @@ -2,7 +2,7 @@ public: name: public-proxy-1.ga tcp_rate_limits: - type: minute - limit: 10 + limit: 1000 datastore: type: redis settings: diff --git a/settings/dev/roles/public-proxy-eps-1/001_default.yml b/settings/dev/roles/public-proxy-eps-1/001_default.yml index f01eee0..2983219 100644 --- a/settings/dev/roles/public-proxy-eps-1/001_default.yml +++ b/settings/dev/roles/public-proxy-eps-1/001_default.yml @@ -22,7 +22,7 @@ channels: # defines all the channels that we want to open when starting the serv bind_address: "localhost:5556" tcp_rate_limits: - type: minute - limit: 10 + limit: 1000 tls: ca_certificate_files: ["$DIR/../../certs/root.crt"] certificate_file: "$DIR/../../certs/public-proxy-1.ga.crt"