From eb322cfcfc7a415488e631c98367310f434f9451 Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Sun, 1 Dec 2024 00:19:56 -0800 Subject: [PATCH] Update .env description --- apps/backend/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backend/.env b/apps/backend/.env index bd5fcc293..c309469cc 100644 --- a/apps/backend/.env +++ b/apps/backend/.env @@ -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`.