-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
29 lines (22 loc) · 638 Bytes
/
.env
File metadata and controls
29 lines (22 loc) · 638 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# filepath: /workspaces/Time-Booking-Application/.env
# PostgreSQL Configuration
POSTGRES_USER=postgres
POSTGRES_PASSWORD=password
POSTGRES_DB=time_booking
POSTGRES_PORT=5432
# Redis Configuration
REDIS_PORT=6379
REDIS_PASSWORD=redispassword
# Backend Configuration
BACKEND_PORT=4000
JWT_SECRET=dev_jwt_secret_key
# Frontend Configuration
FRONTEND_PORT=3000
# Prisma Studio
PRISMA_STUDIO_PORT=5555
# MailHog Configuration
MAILHOG_SMTP_PORT=1025
MAILHOG_UI_PORT=8025
# Database Connection String for Prisma
DATABASE_URL="postgresql://postgres:password@db:5432/lab_booking?schema=public"
REFRESH_TOKEN_SECRET=yourRealSecretValueHere