Skip to content

Commit 0bf54c4

Browse files
committed
fix peering nodes template
1 parent 5136ea1 commit 0bf54c4

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
@@ -205,8 +205,8 @@
205205
"Peers":[
206206
{% for node in ipfs_peering_nodes %}
207207
{
208-
"ID": node.id,
209-
"Addrs": node.addrs
208+
"ID": {{ node.id }},
209+
"Addrs": {{ node.addrs | to_json }}
210210
}{% if not loop.last %},{% endif %}
211211
{% endfor %}
212212
]

0 commit comments

Comments
 (0)