apollosc/api/application/config/jwt.php
2018-09-18 12:57:06 +05:30

12 lines
394 B
PHP

<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
$config['jwt_key'] = 'ingDLMRuGe9UKHRNjs7cYckS2yul4lc3';
/*Generated token will expire in 1 minute for sample code
* Increase this value as per requirement for production
*/
$config['token_timeout'] = 1;
$config['authorization_key'] = 'apollo123';
/* End of file jwt.php */
/* Location: ./application/config/jwt.php */