2025-11-04 12:22:59 -06:00
|
|
|
# Variables de entorno para desarrollo
|
|
|
|
|
VITE_DISCORD_CLIENT_ID=tu_client_id_de_discord
|
|
|
|
|
|
|
|
|
|
# API Backend
|
2025-11-04 12:40:55 -06:00
|
|
|
# Desarrollo: http://localhost:3000
|
2025-11-04 12:22:59 -06:00
|
|
|
# Producción: https://api.amayo.dev
|
2025-11-04 12:40:55 -06:00
|
|
|
VITE_API_URL=http://localhost:3000
|