mirror of
https://gitlab.com/foxixus/neomovies-api.git
synced 2025-10-27 17:38:51 +05:00
28 lines
468 B
Plaintext
28 lines
468 B
Plaintext
# Required
|
|
MONGO_URI=
|
|
MONGO_DB_NAME=database
|
|
TMDB_ACCESS_TOKEN=
|
|
JWT_SECRET=
|
|
|
|
# Service
|
|
PORT=3000
|
|
BASE_URL=http://localhost:3000
|
|
NODE_ENV=development
|
|
|
|
# Email (Gmail)
|
|
GMAIL_USER=
|
|
GMAIL_APP_PASSWORD=
|
|
|
|
# Players
|
|
LUMEX_URL=
|
|
ALLOHA_TOKEN=
|
|
|
|
# Torrents (RedAPI)
|
|
REDAPI_BASE_URL=http://redapi.cfhttp.top
|
|
REDAPI_KEY=
|
|
|
|
# Google OAuth
|
|
GOOGLE_CLIENT_ID=
|
|
GOOGLE_CLIENT_SECRET=
|
|
GOOGLE_REDIRECT_URL=http://localhost:3000/api/v1/auth/google/callback
|
|
FRONTEND_URL=http://localhost:3001 |