зеркало из https://github.com/microsoft/CCF.git
Add published address to node to node channel template (#4921)
This commit is contained in:
Родитель
7f8615e0b7
Коммит
28d8e19b4b
|
@ -5,7 +5,7 @@
|
|||
"platform": "{{ enclave_platform }}"
|
||||
},
|
||||
"network": {
|
||||
"node_to_node_interface": { "bind_address": "{{ node_address }}" },
|
||||
"node_to_node_interface": { "bind_address": "{{ node_address }}", "published_address": "{{ published_node_address }}" },
|
||||
"rpc_interfaces": {{ rpc_interfaces|tojson }}
|
||||
{% if acme %}
|
||||
, "acme": {{ acme|tojson }}
|
||||
|
@ -19,8 +19,8 @@
|
|||
"initial_validity_days": {{ initial_node_cert_validity_days }}
|
||||
},
|
||||
"node_data_json_file": {{ node_data_json_file|tojson }},
|
||||
"attestation":
|
||||
{
|
||||
"attestation":
|
||||
{
|
||||
"snp_endorsements_servers": {{ snp_endorsements_servers|tojson }},
|
||||
"environment":
|
||||
{
|
||||
|
@ -31,7 +31,7 @@
|
|||
"service_data_json_file": {{ service_data_json_file|tojson }},
|
||||
"command": {
|
||||
"type": "{{ start_type }}",
|
||||
"service_certificate_file": "{{ service_cert_file }}",
|
||||
"service_certificate_file": "{{ service_cert_file }}",
|
||||
"start":
|
||||
{
|
||||
"members": {{ members_info|tojson }},
|
||||
|
@ -102,5 +102,5 @@
|
|||
"circuit_size": "4MB",
|
||||
"max_msg_size": "16MB",
|
||||
"max_fragment_size": "64KB"
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче