chore(config): 🔧 Update .env.example template with new environment variables for configuration

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-20 13:23:14 -07:00
parent 50c3721176
commit 16b0523f80

22
.env.example Normal file
View file

@ -0,0 +1,22 @@
# @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