Files
daily_merchant_web/.env
2026-08-06 10:58:34 +05:30

9 lines
335 B
Bash

# Local secrets — gitignored, never committed.
# Used ONLY by the Vite dev-server proxy (vite.config.ts) to inject the
# x-hasura-admin-secret header server-side. NOT prefixed with VITE_, so it
# never reaches the client bundle.
HASURA_ADMIN_SECRET="nearle-admin-secret"
VITE_FIESTA_URL="https://fiesta.nearle.app/live/api/v1/web"