From af97f8e669a1dc16f1a223d1170e4ce962eb1da9 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 21 Sep 2014 11:07:19 -0400 Subject: [PATCH] fix(cloudcmd) add auth data --- lib/cloudcmd.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/cloudcmd.js b/lib/cloudcmd.js index 4f420fe7..9c4f7a58 100644 --- a/lib/cloudcmd.js +++ b/lib/cloudcmd.js @@ -78,7 +78,11 @@ }), funcs = [ - auth(), + auth({ + auth: config('auth'), + username: config('username'), + password: config('password') + }), rest, route,