Browse Source

Add root option to config.

Taylor Otwell 10 years ago
parent
commit
e12be87751
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/config/remote.php

+ 1 - 0
app/config/remote.php

@@ -33,6 +33,7 @@ return array(
 			'username' => '',
 			'password' => '',
 			'key'      => '',
+			'root'     => '/var/www',
 		),
 
 	),