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( 'connections' => array(
'production' => array( 'production' => array(
'host' => '', 'host' => '',
'username' => '', 'username' => '',
'password' => '', 'password' => '',
'key' => '', 'key' => '',
'root' => '/var/www', 'keyphrase' => '',
'root' => '/var/www',
), ),
), ),