-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
48 lines (39 loc) · 1.56 KB
/
Copy path.env.local.example
File metadata and controls
48 lines (39 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# ========================================
# LiveWeb - Local Simulation Environment
# ========================================
# Copy this file to .env and fill in your values
# This is for LOCAL SIMULATION of production
# DO NOT commit .env to version control!
# ========================================
# ----------------------------------------
# Required Configuration
# ----------------------------------------
# Google Gemini API Key (Required)
# IMPORTANTE: Usa una clave de DESARROLLO/PRUEBAS, no la de producción
# Get your API key at: https://aistudio.google.com
GEMINI_API_KEY=AIzaSyDOa6U7NfXDHm95zAWPfw-L_Jq2gVvPnP4
# ----------------------------------------
# Server Configuration
# ----------------------------------------
# Port for the Express backend server
# Nota: En local, estos puertos en el .env son internos de la red Docker,
# lo que importa es el mapeo del docker-compose.local.yml
PORT=3001
BACKEND_PORT=3001
FRONTEND_PORT=80
# Node environment
# Mantenemos 'production' para simular el entorno real
NODE_ENV=production
# ----------------------------------------
# API Configuration
# ----------------------------------------
# API Base URL for local simulation
# Ajustamos la URL para que el navegador sepa dónde está la API en local
API_BASE_URL=http://localhost:8080
# Domain for local simulation
DOMAIN=localhost
# ----------------------------------------
# Docker Image (Not used in local simulation)
# ----------------------------------------
# En local, construimos la imagen localmente, no la descargamos
# DOCKER_IMAGE=ghcr.io/brandonqr/liveweb:latest