@@ -1,13 +1,13 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | - return [ |
|
| 4 | - /** |
|
| 5 | - * The actual master password in plain text or hash. |
|
| 6 | - */ |
|
| 3 | + return [ |
|
| 4 | + /** |
|
| 5 | + * The actual master password in plain text or hash. |
|
| 6 | + */ |
|
| 7 | 7 | 'MASTER_PASSWORD' => env('MASTER_PASSWORD', false), |
| 8 | - /** |
|
| 9 | - * The session key used to store the user's way of logging in. |
|
| 10 | - * |
|
| 11 | - */ |
|
| 8 | + /** |
|
| 9 | + * The session key used to store the user's way of logging in. |
|
| 10 | + * |
|
| 11 | + */ |
|
| 12 | 12 | 'session_key' => env('MASTER_PASSWORD_SESSION_KEY', 'isLoggedInByMasterPass'), |
| 13 | - ]; |
|
| 13 | + ]; |
|