Skip to content

Commit

Permalink
Env fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Pollastri committed Dec 5, 2019
1 parent c28fbc3 commit 04628d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,5 @@
'cipi_user' => env('USER_NAME', 'Cipi Admin'),
'cipi_email' => env('USER_EMAIL', '[email protected]'),
'cipi_password' => env('USER_PASSWORD', 12345678),
'cipi_ssh_port' => env('SSH_DEFAULT_PORT', 22),
'cipi_ssh_root' => env('ENABLE_SSH_ROOT_ACCESS', 0),

];

0 comments on commit 04628d5

Please sign in to comment.