life-platform/.env.example
Claude Code 16b0523f80 chore(config): 🔧 Update .env.example template with new environment variables for configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 13:23:14 -07:00

22 lines
399 B
Text

# @life platform environment variables
# Copy to .env and fill in actual values
# Database
DATABASE_HOST=localhost
DATABASE_PORT=25471
DATABASE_USER=lilith
DATABASE_PASSWORD=
DATABASE_NAME=life_manager
# Redis
REDIS_HOST=localhost
REDIS_PORT=26370
# API
API_PORT=3700
VITE_API_URL=http://localhost:3700
# Frontend
VITE_APP_URL=http://localhost:5701
# Production overrides go in .env.production