Update .env description

This commit is contained in:
Konstantin Wohlwend 2024-12-01 00:19:56 -08:00
parent 79ffcf1021
commit eb322cfcfc

View File

@ -1,7 +1,7 @@
# Basic
STACK_BASE_URL=# the base URL of Stack's backend/API. For local development, this is `http://localhost:8102`; for the managed service, this is `https://api.stack-auth.com`.
NEXT_PUBLIC_STACK_DASHBOARD_URL=# the URL of Stack's dashboard. For local development, this is `http://localhost:8101`; for the managed service, this is `https://app.stack-auth.com`.
STACK_SERVER_SECRET=# enter a secret key generated by `pnpm generate-keys` here. This is used to sign the JWT tokens.
STACK_SERVER_SECRET=# a random, unguessable secret key generated by `pnpm generate-keys`
# OAuth mock provider settings
STACK_OAUTH_MOCK_URL=# enter the URL of the mock OAuth provider here. For local development, use `http://localhost:8114`.