tus-php icon indicating copy to clipboard operation
tus-php copied to clipboard

.env dependency improvement for Redis password and Tus cache filename

Open aihsanyilmaz opened this issue 2 years ago • 1 comments
trafficstars

  • Config.php Edited; getCacheHome function

  • Config/server.php Added; redis.password field, Edited; file.name field

  • Config/client.php Added; redis.password field, Edited; file.name field

  • README file Edit; Comments

Added keys that can be used in .env file;

  • REDIS_PASSWORD
  • TUS_CACHE_FILE
  • TUS_CLIENT_CACHE_FILE

aihsanyilmaz avatar Dec 08 '22 13:12 aihsanyilmaz

Codecov Report

Merging #417 (27ca749) into main (2067142) will decrease coverage by 0.00%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main     #417      +/-   ##
============================================
- Coverage     99.59%   99.59%   -0.01%     
  Complexity      367      367              
============================================
  Files            20       20              
  Lines           981      980       -1     
============================================
- Hits            977      976       -1     
  Misses            4        4              
Impacted Files Coverage Δ
src/Config.php 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Dec 08 '22 14:12 codecov[bot]