ufutx.dma/config/jwt.php

7 lines
114 B
PHP
Raw Permalink Normal View History

2026-03-04 14:42:40 +08:00
<?php
return [
'secret' => env('JWT_SECRET', '123456a'),
'algorithm'=> env("JWT_ALGORITHM", 'HS256'),
];