Files
agentic-dev-template/.env.example

10 lines
210 B
Plaintext

# Database
DATABASE_URL=postgresql://postgres:postgres@localhost:5433/template
# Payload CMS
PAYLOAD_SECRET=your-secret-here
# App URLs
NEXT_PUBLIC_APP_URL=http://localhost:3000
CMS_URL=http://localhost:3001