22 lines
391 B
Bash
22 lines
391 B
Bash
|
|
# LandveX API Environment Variables
|
||
|
|
|
||
|
|
# Server
|
||
|
|
PORT=3002
|
||
|
|
NODE_ENV=development
|
||
|
|
|
||
|
|
# Database (PostgreSQL - for PR-003B)
|
||
|
|
# DATABASE_URL=postgresql://user:pass@localhost:5432/landvex
|
||
|
|
|
||
|
|
# Object Storage (S3/R2 - for PR-003B)
|
||
|
|
# STORAGE_ENDPOINT=
|
||
|
|
# STORAGE_BUCKET=
|
||
|
|
# STORAGE_ACCESS_KEY=
|
||
|
|
# STORAGE_SECRET_KEY=
|
||
|
|
|
||
|
|
# Authentication (for PR-004B)
|
||
|
|
# JWT_SECRET=
|
||
|
|
# AUTH_ISSUER=
|
||
|
|
|
||
|
|
# Monitoring
|
||
|
|
# LOG_LEVEL=info
|