Sistema NEXUS v3.4 migrado con: Estructura principal: - core/orchestration: Sistema SIMCO + CAPVED (27 directivas, 28 perfiles) - core/catalog: Catalogo de funcionalidades reutilizables - shared/knowledge-base: Base de conocimiento compartida - devtools/scripts: Herramientas de desarrollo - control-plane/registries: Control de servicios y CI/CD - orchestration/: Configuracion de orquestacion de agentes Proyectos incluidos (11): - gamilit (submodule -> GitHub) - trading-platform (OrbiquanTIA) - erp-suite con 5 verticales: - erp-core, construccion, vidrio-templado - mecanicas-diesel, retail, clinicas - betting-analytics - inmobiliaria-analytics - platform_marketing_content - pos-micro, erp-basico Configuracion: - .gitignore completo para Node.js/Python/Docker - gamilit como submodule (git@github.com:rckrdmrd/gamilit-workspace.git) - Sistema de puertos estandarizado (3005-3199) Generated with NEXUS v3.4 Migration System EPIC-010: Configuracion Git y Repositorios
47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
# GAMILIT Platform - Environment Variables Template
|
|
# Copy this file to .env and fill in your values
|
|
|
|
# ==================== APPLICATION ====================
|
|
VITE_APP_NAME=GAMILIT Platform
|
|
VITE_APP_VERSION=1.0.0
|
|
VITE_APP_ENV=development
|
|
VITE_ENV=development
|
|
|
|
# ==================== API CONFIGURATION ====================
|
|
VITE_API_URL=http://localhost:3006/api
|
|
VITE_API_TIMEOUT=30000
|
|
|
|
# WebSocket
|
|
VITE_WS_URL=ws://localhost:3006
|
|
|
|
# ==================== AUTHENTICATION ====================
|
|
# Note: JWT_SECRET should be on backend only. This is for reference.
|
|
# VITE_JWT_SECRET should NOT be exposed in production
|
|
VITE_JWT_EXPIRATION=7d
|
|
|
|
# ==================== FEATURE FLAGS ====================
|
|
VITE_ENABLE_GAMIFICATION=true
|
|
VITE_ENABLE_SOCIAL_FEATURES=true
|
|
VITE_ENABLE_ANALYTICS=false
|
|
VITE_ENABLE_DEBUG=true
|
|
VITE_ENABLE_STORYBOOK=true
|
|
VITE_MOCK_API=false
|
|
|
|
# ==================== EXTERNAL SERVICES ====================
|
|
# Google Analytics
|
|
VITE_GOOGLE_ANALYTICS_ID=
|
|
|
|
# Sentry (Error tracking)
|
|
VITE_SENTRY_DSN=
|
|
|
|
# AI Services (Optional)
|
|
VITE_AI_SERVICE_URL=
|
|
|
|
# ==================== DEVELOPMENT ====================
|
|
VITE_ENABLE_DEBUG=true
|
|
VITE_LOG_LEVEL=info
|
|
|
|
# ==================== TESTING ====================
|
|
VITE_TEST_USER_EMAIL=test@gamilit.com
|
|
VITE_TEST_USER_PASSWORD=Test123!@#
|