Add published address to node to node channel template (#4921)

This commit is contained in:
Dominic Ayre 2023-01-31 14:06:04 +00:00 коммит произвёл GitHub
Родитель 7f8615e0b7
Коммит 28d8e19b4b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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 }}