/home/techb158/ileadtechnology.com/vendor/ankitpokhrel/tus-php/src/Config
Edit: /home/techb158/ileadtechnology.com/vendor/ankitpokhrel/tus-php/src/Config/client.php (555B)
[
'host' => getenv('REDIS_HOST') !== false ? getenv('REDIS_HOST') : '127.0.0.1',
'port' => getenv('REDIS_PORT') !== false ? getenv('REDIS_PORT') : '6379',
'database' => getenv('REDIS_DB') !== false ? getenv('REDIS_DB') : 0,
],
/**
* File cache configs.
*/
'file' => [
'dir' => \TusPhp\Config::getCacheHome() . DIRECTORY_SEPARATOR . '.cache' . DIRECTORY_SEPARATOR,
'name' => 'tus_php.client.cache',
],
];