Files
liche/market/config/jwt.php
T
2022-09-29 14:30:16 +08:00

7 lines
154 B
PHP

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$config['jwt_key'] = 'yourjwtkey4CITutorial';
$config['jwt_algorithm'] = 'HS256';