Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Cinevoraces/cinevoraces_v1.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎬 Cinévoraces - Prod Branch

📌 Table of Contents

🔑 Setup environment variables

Ask a project admin for sensitive informations.

.env:

SESSION_SECRET=

# Configuration locale
HOST=localhost
PORT=3005
DB_NAME=
DB_USER=
DB_PORT=5432
DB_HOST=localhost
DB_PW=
PG_URL=postgresql://<user>:<password>@postgres:5432/<database>?sslmode=disable

# Cloudinary conf
CLOUDINARY_URL=

# configuration tokens
ACCESS_TOKEN_SECRET=
REFRESH_TOKEN_SECRET=

.env.app:

# React App
REACT_APP_TMDB_KEY=
REACT_APP_API=/api
REACT_APP_TMDB=https://api.themoviedb.org/3
REACT_APP_CLOUD_URL=https://api.cloudinary.com/v1_1
REACT_APP_CLOUD_NAME=
REACT_APP_CLOUD_PRESET=
REACT_APP_CLOUD_API_KEY=