# SQLite database URL (Docker: file:/data/sqlite.db, local dev: file:sqlite.db) DATABASE_URL=file:sqlite.db # TMDB API key — get one at https://www.themoviedb.org/settings/api TMDB_API_KEY=your_tmdb_api_key_here # Random secret for session encryption (min 32 chars) BETTER_AUTH_SECRET=your_secret_here # Public URL of your instance BETTER_AUTH_URL=http://localhost:3000