Skip to content

Commit

Permalink
Merge pull request #1 from blockshiftnetwork/AlexR1712-patch-1
Browse files Browse the repository at this point in the history
Update vesta.php
  • Loading branch information
AlexR1712 committed Aug 7, 2018
2 parents 3f6e9c4 + 93e8b00 commit d30a5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/vesta.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'servers' => [
'testVDS' => [
'host' => '0.0.0.0',
'key' => 'secretString',
'key' => env('VESTA_KEY', 'secretString'),
],
],

Expand Down

0 comments on commit d30a5bc

Please sign in to comment.