8 lines
334 B
Bash
8 lines
334 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"
|