platform-codebase/@templates/feature-showcase/.env.example
Lilith b179ddea52 style(ui-or-templates-if-more): 🎨 Implement consistent spacing and typography fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-17 04:48:41 -08:00

37 lines
1 KiB
Text

# Feature Showcase Configuration
# Copy this file to .env and customize for your feature
# Feature identification (used in Docker container names)
FEATURE_NAME=my-feature
# Ports (must be unique across showcases)
VITE_PORT=5200
BACKEND_PORT=3015
DB_PORT=25432
REDIS_PORT=6379
# Backend service location (relative path from this directory)
# Example: ../../attributes/backend-api
BACKEND_PATH=
# Database credentials
DB_NAME=lilith
DB_USER=lilith
DB_PASSWORD=lilith
# Feature-specific paths for Vite aliases
# Example: ../frontend-app/src (for @/ alias)
FEATURE_FRONTEND_PATH=
# Feature package imports (if depending on another feature's components)
# Example: @lilith/attributes-admin
FEATURE_PACKAGE_IMPORT=
FEATURE_PACKAGE_PATH=
# API proxy targets (JSON array of paths to proxy to backend)
# Example: '["/api/my-feature", "/api/shared-resource"]'
PROXY_TARGETS='[]'
# UI packages location (usually same across all showcases)
# Path to @lilith/ui-* source packages for HMR fallback
UI_PACKAGES_ROOT=../../../../../../../@packages/@ts/@ui-react/packages