Added stub keyphrase.

This commit is contained in:
Taylor Otwell 2013-11-22 13:40:42 -06:00
parent 3cd00eb7bd
commit 1ac38202de
1 changed files with 6 additions and 5 deletions

View File

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