From 1ac38202de73d1673a1a47f9e93c0343c3b03369 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 22 Nov 2013 13:40:42 -0600 Subject: [PATCH] Added stub keyphrase. --- app/config/remote.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/config/remote.php b/app/config/remote.php index 09965266..ea960e03 100644 --- a/app/config/remote.php +++ b/app/config/remote.php @@ -29,11 +29,12 @@ 'connections' => array( 'production' => array( - 'host' => '', - 'username' => '', - 'password' => '', - 'key' => '', - 'root' => '/var/www', + 'host' => '', + 'username' => '', + 'password' => '', + 'key' => '', + 'keyphrase' => '', + 'root' => '/var/www', ), ),