fix(striker-ui-api): default to root user when add peer striker

main
Tsu-ba-me 1 year ago
parent 25b46058f1
commit 29f907f003
  1. 2
      striker-ui-api/src/lib/request_handlers/host/createHostConnection.ts

@ -25,7 +25,7 @@ export const createHostConnection: RequestHandler<
password, password,
port = 5432, port = 5432,
sshPort = 22, sshPort = 22,
user = 'admin', user = 'root',
}, },
} = request; } = request;

Loading…
Cancel
Save