Files
amayo/AmayoWeb/.env.example

8 lines
216 B
Plaintext
Raw Normal View History

2025-11-24 16:16:01 -06:00
# Variables de entorno para desarrollo
VITE_DISCORD_CLIENT_ID=tu_client_id_de_discord
# API Backend
# Desarrollo: http://localhost:3000
# Producción: https://api.amayo.dev
VITE_API_URL=http://localhost:3000