Added stub keyphrase.
This commit is contained in:
parent
3cd00eb7bd
commit
1ac38202de
|
@ -29,11 +29,12 @@
|
|||
'connections' => array(
|
||||
|
||||
'production' => array(
|
||||
'host' => '',
|
||||
'username' => '',
|
||||
'password' => '',
|
||||
'key' => '',
|
||||
'root' => '/var/www',
|
||||
'host' => '',
|
||||
'username' => '',
|
||||
'password' => '',
|
||||
'key' => '',
|
||||
'keyphrase' => '',
|
||||
'root' => '/var/www',
|
||||
),
|
||||
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue