Skip to content

Commit

Permalink
Update development settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
adewes committed Nov 19, 2021
1 parent a3b9d94 commit 41cbe29
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
6 changes: 6 additions & 0 deletions settings/dev/directory/001_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
"data" : [
{
"type" : "grpc_client"
},
{
"type" : "grpc_server",
"settings" : {
"address" : "localhost:7776"
}
}
]
},
Expand Down
8 changes: 4 additions & 4 deletions settings/dev/roles/private-proxy-1/001_default.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion settings/dev/roles/private-proxy-eps-1/001_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion settings/dev/roles/public-proxy-1/001_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ public:
name: public-proxy-1.ga
tcp_rate_limits:
- type: minute
limit: 10
limit: 1000
datastore:
type: redis
settings:
Expand Down
2 changes: 1 addition & 1 deletion settings/dev/roles/public-proxy-eps-1/001_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 41cbe29

Please sign in to comment.