diff --git a/.env-sample b/.env-sample index 3b84986..19e46e9 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 :) DASHBOARD_ADMIN_PASSWORD=CHANGE_ME # The password to access the dashboard with active connections and soon more... DATABASE_TYPE=sqlite # or postgresql if you know what you're doing DATABASE_URL=username:password@hostname:port # to connect to PostgreSQL @@ -24,4 +24,4 @@ PROXY_DEBRID_STREAM_MAX_CONNECTIONS=100 # IP-Based connection limit for the Debr PROXY_DEBRID_STREAM_DEBRID_DEFAULT_SERVICE=realdebrid # if you want your users who use the Debrid Stream Proxy not to have to specify Debrid information, but to use the default one instead PROXY_DEBRID_STREAM_DEBRID_DEFAULT_APIKEY=CHANGE_ME # if you want your users who use the Debrid Stream Proxy not to have to specify Debrid information, but to use the default one instead TITLE_MATCH_CHECK=True # disable if you only use Jackett / Prowlarr / Torrentio and are sure you're only scraping good titles, for example (keep it True if Zilean is enabled) -CUSTOM_HEADER_HTML=None # only set it if you know what it is \ No newline at end of file +CUSTOM_HEADER_HTML=None # only set it if you know what it is