8 lines
287 B
Bash
8 lines
287 B
Bash
DATABASE_URL=postgresql://user:password@localhost:5432/betterhuman
|
|
JWT_SECRET=your-jwt-secret-change-in-production
|
|
JWT_REFRESH_SECRET=your-refresh-secret-change-in-production
|
|
SIGNOZ_OTEL_ENDPOINT=http://100.64.0.10:4318
|
|
PORT=5000
|
|
NODE_ENV=production
|
|
FRONTEND_URL=https://your-domain.com
|