Initial commit: Harat's Booking monorepo with deploy setup
This commit is contained in:
@@ -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=
|
||||
Reference in New Issue
Block a user