mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
11 lines
621 B
Plaintext
11 lines
621 B
Plaintext
NEXT_PUBLIC_SUPABASE_URL=supabase-project-url
|
|
NEXT_PUBLIC_SUPABASE_ANON_KEY=supabase-anon-key
|
|
SUPABASE_JWT_SECRET=supabase-jwt-secret
|
|
|
|
# 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_API_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
|