17 lines
409 B
Plaintext
Executable file
17 lines
409 B
Plaintext
Executable file
# Variables de entorno para EMERGES TES
|
|
# Copiar a .env y ajustar valores según tu entorno
|
|
|
|
# Entorno
|
|
NODE_ENV=production
|
|
|
|
# Puerto (solo si usas servidor Node.js con PM2)
|
|
PORT=3000
|
|
|
|
# URL pública de la aplicación (para PWA y service worker)
|
|
# Ejemplo: https://emergestes.com
|
|
NEXT_PUBLIC_APP_URL=https://emergestes.com
|
|
|
|
# GitHub Pages (si aplica)
|
|
GITHUB_PAGES=false
|
|
GITHUB_REPOSITORY_NAME=guia-tes-digital
|