Skip to content

Commit b23cc85

Browse files
committed
fix peering nodes template
1 parent 019c47f commit b23cc85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/ipfs/home/ipfs/ipfs_default_config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@
198198
"Peers":[
199199
{% for node in ipfs_peering_nodes %}
200200
{
201-
"ID": node.id,
202-
"Addrs": node.addrs
201+
"ID": {{ node.id }},
202+
"Addrs": {{ node.addrs | to_json }}
203203
}{% if not loop.last %},{% endif %}
204204
{% endfor %}
205205
]

0 commit comments

Comments
 (0)