fix: update env
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
DATABASE_URL="postgresql://postgres:password@localhost:5432/travel_db?schema=public"
|
||||||
|
PORT=3001
|
||||||
|
REDIS_URL=redis://localhost:6379
|
||||||
|
SMTP_HOST=smtp.gmail.com
|
||||||
|
SMTP_PORT=587
|
||||||
|
SMTP_SECURE=false
|
||||||
|
SMTP_USER=yotripadmin@gmail.com
|
||||||
|
SMTP_PASS="ahhh suif kfcp waie"
|
||||||
|
GOOGLE_CLIENT_ID=639044397050-7hair384u6lle941h033trut1s3q47l4.apps.googleusercontent.com
|
||||||
|
FRONTEND_URL=https://yotrip.labz.io.vn
|
||||||
|
ADMIN_SECRET_KEY=Yotrip@Bitabub1
|
||||||
|
# Development: Backend URL for vite dev server proxy (only used with npm run dev)
|
||||||
|
# For production: Nginx handles proxying, this is not used
|
||||||
|
VITE_BACKEND_URL=http://localhost:3001
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
.env
|
|
||||||
node_modules
|
node_modules
|
||||||
server/dist
|
server/dist
|
||||||
dist
|
dist
|
||||||
|
|||||||
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
../.env
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
VITE_API_URL=http://localhost:3001
|
||||||
|
DATABASE_URL=postgresql://postgres:password@localhost:5432/travel_db?schema=public
|
||||||
|
VITE_GOOGLE_CLIENT_ID=639044397050-7hair384u6lle941h033trut1s3q47l4.apps.googleusercontent.com
|
||||||
Reference in New Issue
Block a user