Skip to content

Commit 13c372d

Browse files
committed
fix peering nodes template
1 parent e809076 commit 13c372d

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
@@ -200,8 +200,8 @@
200200
"Peers":[
201201
{% for node in ipfs_peering_nodes %}
202202
{
203-
"ID": node.id,
204-
"Addrs": node.addrs
203+
"ID": {{ node.id }},
204+
"Addrs": {{ node.addrs | to_json }}
205205
}{% if not loop.last %},{% endif %}
206206
{% endfor %}
207207
]

0 commit comments

Comments
 (0)