Built motion from commit b598105.|2.0.7
[motion2.git] / server / files / templates / registry.ejs
1 <% trunks.forEach(function(trunk) { -%>
2 <% if (trunk.active && trunk.registry) { -%>
3 registry => <%- trunk.defaultuser %>:<%- trunk.secret %>@<%- trunk.host %>/<%- trunk.defaultuser %>
4 <% } -%>
5 <% }); %>