-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
23 lines (19 loc) · 759 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
MONGO_URI=mongodb+srv://notpointbreak:Password246M@cluster0.gzxc2sc.mongodb.net/?retryWrites=true&w=majority
# API Configuration (if you're using a movie API like TMDB)
TMDB_API_KEY=389137fbf19276f3d058f183ed1bcd6f
MOVIE_API_BASE_URL=https://api.themoviedb.org/3
# Cache Configuration
CACHE_TTL=3600
ENABLE_REDIS_CACHE=true
# Performance Optimization
NODE_ENV=production
COMPRESSION_ENABLED=true
DEFAULT_THEME=dark
THEME_STORAGE_KEY=theme
THEME_ATTRIBUTE=data-theme
NEXT_PUBLIC_TMDB_API_KEY=your_api_key_here
NEXT_PUBLIC_TMDB_BASE_URL=https://api.themoviedb.org/3
NEXT_PUBLIC_TMDB_IMAGE_BASE=https://image.tmdb.org/t/p
NEXT_PUBLIC_DOWNLOADS_API_URL=http://localhost:5000
NEXT_PUBLIC_DEFAULT_AVATAR=images/default-avatar.jpg
NEXT_PUBLIC_DEFAULT_THEME=dark