Browse Source

Added stub keyphrase.

Taylor Otwell 11 years ago
parent
commit
1ac38202de
1 changed files with 6 additions and 5 deletions
  1. 6 5
      app/config/remote.php

+ 6 - 5
app/config/remote.php

@@ -29,11 +29,12 @@ return array(
 	'connections' => array(
 
 		'production' => array(
-			'host'     => '',
-			'username' => '',
-			'password' => '',
-			'key'      => '',
-			'root'     => '/var/www',
+			'host'      => '',
+			'username'  => '',
+			'password'  => '',
+			'key'       => '',
+			'keyphrase' => '',
+			'root'      => '/var/www',
 		),
 
 	),