上传者: 42117224
|
上传时间: 2022-03-07 15:28:11
|
文件大小: 3.28MB
|
文件类型: -
流媒体室
创建电影和电视节目室,享受与朋友一起观看的乐趣。
使用堆栈和
本地设置
在客户端文件夹中创建 .env 文件
REACT_APP_MOVIEDB_URL = https://api.themoviedb.org/3
REACT_APP_SERVER_URL = http://localhost:8000
REACT_APP_MOVIEDB_KEY = //your KEY
在服务器中创建 .env 文件
JWT_SECRET = // your secret
JWT_EXPIRE = 1d
DB_PASSWORD = // atlas user password
PORT = 8000
GOOGLE_CLIENT_ID = //your google client id
GOOGLE_CLIENT_SECRET = //your google client secre