Added stub keyphrase.

This commit is contained in:
Taylor Otwell
2013-11-22 13:40:42 -06:00
parent 3cd00eb7bd
commit 1ac38202de

View File

@@ -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',
),
),