Hey! Great tool, we love it for spinning up extra training servers for our group.
Question. How do i setup multiple users/passwords? Lets say i want to setup user 'Admin' and "Admin2', how can i set up this array? I've tried ['admin','admin2'] and such, no luck
auth: // If both username and password is set, HTTP Basic Auth will be used. You may use an array to specify more than one user.
{
username: 'admin', // Username for HTTP Basic Auth
password: 'adminpass1', // Password for HTTP Basic Auth
},