You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# - Url: Contiene la URL de conexión a la base de datos. Por defecto.
DATABASE_URL="db.sqlite"
# Seguridad
# - Secreto de autenticación: Secreto utilizado por Better Auth (Necesariamente de 256 bits, puedes generarla haciendo uso de `openssl rand -base64 32`).
BETTER_AUTH_SECRET=
# - Url. Url base de la aplicación, necesaria para Better Auth.