diff --git a/.env-sample b/.env-sample index 54d667a..45f165d 100644 --- a/.env-sample +++ b/.env-sample @@ -2,7 +2,7 @@ ADDON_ID=stremio.comet.fast # for Stremio ADDON_NAME=Comet # for Stremio FASTAPI_HOST=0.0.0.0 FASTAPI_PORT=8000 -FASTAPI_WORKERS=1 # remove to destroy CPU -> max performances :D +FASTAPI_WORKERS=1 # remove to destroy CPU -> max performances DATABASE_PATH=data/comet.db # only change it if you know what it is - folders in path must exist CACHE_TTL=86400 # cache duration in seconds DEBRID_PROXY_URL=http://127.0.0.1:1080 # https://github.com/cmj2002/warp-docker to bypass Debrid Services and Torrentio server IP blacklist