7 lines
246 B
Plaintext
7 lines
246 B
Plaintext
# Copy this file to .env.local and set the real value.
|
|
# NO `VITE_` prefix — the secret stays server-side and is never bundled.
|
|
HASURA_ADMIN_SECRET=your-hasura-admin-secret-here
|
|
|
|
# Optional production server port (defaults to 3000)
|
|
# PORT=3000
|