-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
24 lines (21 loc) · 1.43 KB
/
Copy path.env.example
File metadata and controls
24 lines (21 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ──────────────────────────────────────────────
# PostgreSQL
# ──────────────────────────────────────────────
POSTGRES_USER=fintracker
POSTGRES_PASSWORD=change_me
POSTGRES_DB=fintracker_db
# ──────────────────────────────────────────────
# Database connection (used by backend)
# DB_HOST must match the docker-compose service name
# ──────────────────────────────────────────────
DB_HOST=postgres
DB_PORT=5432
# ──────────────────────────────────────────────
# Service ports (host-side)
# ──────────────────────────────────────────────
BACKEND_PORT=8080
FRONTEND_PORT=5173
# ──────────────────────────────────────────────
# Auth
# ──────────────────────────────────────────────
JWT_SECRET=change_me_to_a_long_random_secret