mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
21 lines
1.1 KiB
Bash
21 lines
1.1 KiB
Bash
NEXT_PUBLIC_STACK_URL=# enter your stack endpoint here, e.g. http://localhost:8101/
|
|
NEXT_PUBLIC_STACK_PROJECT_ID=# enter your Stack project id here
|
|
NEXT_PUBLIC_STACK_PUBLISHABLE_CLIENT_KEY=# enter your Stack publishable client key here
|
|
STACK_SECRET_SERVER_KEY=# enter your Stack secret client key here
|
|
|
|
SERVER_SECRET=# enter your server secret here. This is used to sign the JWT tokens. Generated using `generateKey.ts`'
|
|
|
|
GITHUB_CLIENT_ID=# enter your github client id here
|
|
GITHUB_CLIENT_SECRET=# enter your github client secret here
|
|
GOOGLE_CLIENT_ID=# enter your google client id here
|
|
GOOGLE_CLIENT_SECRET=# enter your google client secret here
|
|
FACEBOOK_CLIENT_ID=# enter your facebook client id here
|
|
FACEBOOK_CLIENT_SECRET=# enter your facebook client secret here
|
|
MICROSOFT_CLIENT_ID=# enter your microsoft client id here
|
|
MICROSOFT_CLIENT_SECRET=# enter your microsoft client secret here
|
|
|
|
DATABASE_CONNECTION_STRING=# enter your connection string here
|
|
DIRECT_DATABASE_CONNECTION_STRING=# enter your direct (unpooled or session mode) database connection string here
|
|
|
|
STACK_ACCESS_TOKEN_EXPIRATION_TIME=# enter the expiration time for the access token here
|