/
home
/
techb158
/
ileadtechnology.com
/
vendor
/
ankitpokhrel
/
tus-php
/
src
/
Config
/
/home/techb158/ileadtechnology.com/vendor/ankitpokhrel/tus-php/src/Config
mkdir
upload
Name
Size
Mode
Actions
client.php
555
0644
edit
dl
rm
server.php
555
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/vendor/ankitpokhrel/tus-php/src/Config/client.php
(555B)
<?php return [ /** * Redis connection parameters. */ 'redis' => [ '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', ], ];
Save
cmd:
run