fix: update env

This commit is contained in:
2026-06-26 21:00:50 +07:00
parent d8bbb22dbd
commit b5b6082d26
4 changed files with 18 additions and 1 deletions
+14
View File
@@ -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
View File
@@ -1,4 +1,3 @@
.env
node_modules node_modules
server/dist server/dist
dist dist
+1
View File
@@ -0,0 +1 @@
../.env
+3
View File
@@ -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