# This file is an example of the .env file that should be created in the root of the project # StreamFusion SECRET_API_KEY='superkey_that_can_be_changed' CONFIG_SECRET_KEY='changez-ce-secret-par-une-valeur-longue-et-aleatoire' # Requis pour le chiffrement Fernet des URLs de configuration TMDB_API_KEY='' REDIS_HOST='stremio-redis' PG_HOST='stremio-postgres' JACKETT_API_KEY='' # Optional RD_TOKEN='' # Optional AD_TOKEN='' # Optional YGG_PASSKEY='' # Optional SHAREWOOD_PASSKEY='' # Optional USE_HTTPS=True TZ='Europe/London' # Zilean ZILEAN_DB_CONNECTION_STRING=Host=stremio-postgres;Port=5432;Database=zilean;Username=stremio;Password=stremio # Postgres POSTGRES_USER=stremio POSTGRES_PASSWORD=stremio POSTGRES_DB=zilean # Jackett PUID=1000 PGID=1000