stack/apps/dashboard/.env.development
Zai Shi 70a1e65723
Some checks failed
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
fixed env vars
2024-09-24 16:05:46 -07:00

9 lines
358 B
Plaintext

NEXT_PUBLIC_STACK_URL=http://localhost:8102
NEXT_PUBLIC_STACK_PROJECT_ID=internal
NEXT_PUBLIC_STACK_PUBLISHABLE_CLIENT_KEY=this-publishable-client-key-is-for-local-development-only
STACK_SECRET_SERVER_KEY=this-secret-server-key-is-for-local-development-only
NEXT_PUBLIC_STACK_SVIX_SERVER_URL=http://localhost:8113
STACK_ARTIFICIAL_DEVELOPMENT_DELAY_MS=100