Page MenuHomeDevCentral

.env.example
No OneTemporary

.env.example

# Database
POSTGRES_USER=servpulse
POSTGRES_PASSWORD=changeme
POSTGRES_DB=servpulse
POSTGRES_CONNECTION_STRING=postgresql://servpulse:changeme@db:5432/servpulse
# Backend
EXPRESS_PORT=3000
JWT_SECRET=change-this-to-a-random-string
HEALTH_CHECK_INTERVAL=60000
# Frontend
VITE_API_URL=http://localhost:3000/api
# App
APP_URL=http://localhost:8080
# Notifications (optional)
SMTP_HOST=localhost
SMTP_PORT=587
SMTP_SECURE=false
SMTP_USER=
SMTP_PASS=
SMTP_FROM=ServPulse <noreply@servpulse.local>

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 8, 09:04 (31 m, 59 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3959089
Default Alt Text
.env.example (496 B)

Event Timeline