Initial commit: monorepo Naturcalabacera reservas (apps/api + apps/web + packages/shared)
This commit is contained in:
15
apps/web/.env.example
Normal file
15
apps/web/.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# ─────────────────────────────────────────────
|
||||
# apps/web — Variables de entorno
|
||||
# Copia este archivo como .env y rellena los valores.
|
||||
# Los prefijos VITE_ son accesibles en el navegador.
|
||||
# ─────────────────────────────────────────────
|
||||
|
||||
# Supabase (self-hosted)
|
||||
VITE_SUPABASE_URL=https://tu-supabase.tudominio.com
|
||||
VITE_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
|
||||
|
||||
# URL del backend API (apps/api)
|
||||
VITE_API_URL=http://localhost:3001
|
||||
|
||||
# Chatbot — poner true para mostrar el contenedor inferior
|
||||
VITE_CHATBOT_ENABLED=false
|
||||
Reference in New Issue
Block a user