Skip to content

Commit 41cbe29

Browse files
committed
Update development settings.
1 parent a3b9d94 commit 41cbe29

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

settings/dev/directory/001_base.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@
5858
"data" : [
5959
{
6060
"type" : "grpc_client"
61+
},
62+
{
63+
"type" : "grpc_server",
64+
"settings" : {
65+
"address" : "localhost:7776"
66+
}
6167
}
6268
]
6369
},

settings/dev/roles/private-proxy-1/001_default.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
private:
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

settings/dev/roles/private-proxy-eps-1/001_default.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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"

settings/dev/roles/public-proxy-1/001_default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ public:
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:

settings/dev/roles/public-proxy-eps-1/001_default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)