mirror of
https://gitlab.com/foxixus/neomovies-api.git
synced 2025-12-15 20:16:10 +05:00
41 lines
902 B
Plaintext
41 lines
902 B
Plaintext
MONGO_URI=mongodb://localhost:27017/neomovies
|
|
MONGO_DB_NAME=neomovies
|
|
|
|
TMDB_ACCESS_TOKEN=your_tmdb_access_token
|
|
|
|
KPAPI_KEY=your_kp_api_key
|
|
KPAPI_BASE_URL=https://kinopoiskapiunofficial.tech/api
|
|
|
|
HDVB_TOKEN=your_hdvb_token
|
|
|
|
VIBIX_HOST=https://vibix.org
|
|
VIBIX_TOKEN=your_vibix_token
|
|
|
|
LUMEX_URL=https://p.lumex.space
|
|
|
|
ALLOHA_TOKEN=your_alloha_token
|
|
|
|
REDAPI_BASE_URL=http://redapi.cfhttp.top
|
|
REDAPI_KEY=your_redapi_key
|
|
|
|
COLLAPS_API_HOST=https://api.bhcesh.me
|
|
COLLAPS_TOKEN=your_collaps_token
|
|
|
|
VEOVEO_HOST=https://api.veoveo.app
|
|
VEOVEO_TOKEN=
|
|
|
|
JWT_SECRET=your_jwt_secret_key
|
|
|
|
GMAIL_USER=your_gmail@gmail.com
|
|
GMAIL_APP_PASSWORD=your_gmail_app_password
|
|
|
|
GOOGLE_CLIENT_ID=your_google_client_id
|
|
GOOGLE_CLIENT_SECRET=your_google_client_secret
|
|
GOOGLE_REDIRECT_URL=http://localhost:3000/api/v1/auth/google/callback
|
|
|
|
BASE_URL=http://localhost:3000
|
|
FRONTEND_URL=http://localhost:5173
|
|
|
|
PORT=3000
|
|
NODE_ENV=development
|