life-platform/.env
Claude Code 94d3b26776 chore(dissolve-showcase): 🔧 Update Gitignore, TypeScript config, and Vite build tooling settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 23:03:58 -07:00

22 lines
399 B
Bash

# @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