Initial commit: Harat's Booking monorepo with deploy setup

This commit is contained in:
Eugenius-Anonymous
2026-06-08 14:36:51 +07:00
commit c97f7fd1a8
89 changed files with 10536 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Database (host.docker.internal → host PostgreSQL)
DATABASE_URL=postgresql://postgres:PASSWORD@host.docker.internal:5432/harats_booking
# JWT
JWT_SECRET=CHANGE-ME-IN-PRODUCTION
JWT_REFRESH_SECRET=CHANGE-ME-IN-PRODUCTION
JWT_EXPIRES_IN=15m
JWT_REFRESH_EXPIRES_IN=7d
# Server
PORT=3001
NODE_ENV=production
# Client
VITE_API_URL=/api
# Email (Nodemailer)
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=
SMTP_PASS=