jwt.php 90 B

123456
  1. <?php
  2. return [
  3. 'key' => env('JWT_KEY', ''),
  4. 'ttl' => env('JWT_EXPIRE', 86400),
  5. ];