mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
7 lines
423 B
Plaintext
7 lines
423 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.
|
|
|
|
VITE_STACK_API_URL=http://localhost:${NEXT_PUBLIC_STACK_PORT_PREFIX:-81}02
|
|
VITE_STACK_PROJECT_ID=internal
|
|
VITE_STACK_PUBLISHABLE_CLIENT_KEY=this-publishable-client-key-is-for-local-development-only
|