Skip to content

Commit

Permalink
fix: fail build
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy authored Sep 4, 2024
1 parent 9b40ac9 commit 9e7407d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env-sample
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
CUSTOM_HEADER_HTML=None # only set it if you know what it is

0 comments on commit 9e7407d

Please sign in to comment.