From e12be87751537b29489fe511df051ad485028974 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 19 Oct 2013 21:45:34 -0500 Subject: [PATCH] Add root option to config. --- app/config/remote.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config/remote.php b/app/config/remote.php index 29296f3b..09965266 100644 --- a/app/config/remote.php +++ b/app/config/remote.php @@ -33,6 +33,7 @@ 'username' => '', 'password' => '', 'key' => '', + 'root' => '/var/www', ), ),