feat(env): remove unused purchase expiration variables from .env.example

This commit is contained in:
ncoronel 2026-08-26 16:43:02 -03:00
parent 09554b9f80
commit 8f4fc39858
1 changed files with 0 additions and 3 deletions

View File

@ -5,9 +5,6 @@ APP_DEBUG=false
APP_URL=http://localhost
PURCHASE_CHECKOUT_EXPIRATION_MINUTES=30
PURCHASE_QR_EXPIRATION_MINUTES=15
PURCHASE_TELEPAGOS_EXPIRATION_MINUTES=30
PURCHASE_TRANSFER_EXPIRATION_MINUTES=1440
STOCK_RESERVATION_EXPIRATION_MINUTES=30
FRONTEND_URLS=http://localhost:4200