mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
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
* added proxy * updated pnpm lock * removed package lock * added readme * updated readme * updated readme * fixed bugs * added development env * added template engine * updated dependencies * fixed github action
7 lines
482 B
Plaintext
7 lines
482 B
Plaintext
# Contains the credentials for the internal project of Stack's default development environment setup.
|
|
# Do not use in a production environment, instead replace it with actual values gathered from https://app.stack-auth.com.
|
|
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
|