Skip to content

Commit

Permalink
Update ciphersweet.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Jun 30, 2022
1 parent 365ec0a commit 59fc8e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/ciphersweet.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*
* Supported: "boring", "fips", "nacl"
*/

'backend' => env('CIPHERSWEET_BACKEND', 'nacl'),

/*
Expand All @@ -18,7 +17,6 @@
*
* Supported: "file", "random", "string"
*/

'provider' => env('CIPHERSWEET_PROVIDER', 'string'),

/*
Expand Down

0 comments on commit 59fc8e7

Please sign in to comment.