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:
parent
50c3721176
commit
16b0523f80
1 changed files with 22 additions and 0 deletions
22
.env.example
Normal file
22
.env.example
Normal 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
|
||||
Loading…
Add table
Reference in a new issue