You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/backend/.env
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ NEXT_PUBLIC_STACK_DASHBOARD_URL=# the URL of Stack's dashboard. For local develo
4
4
STACK_SERVER_SECRET=# a random, unguessable secret key generated by `pnpm generate-keys`
5
5
6
6
# seed script settings
7
-
STACK_SEED_SIGN_UP_ENABLED=# true to add OTP auth to the dashboard when seeding
8
-
STACK_SEED_OTP_ENABLED=# true to add OTP auth to the dashboard when seeding
9
-
STACK_SEED_ALLOW_LOCALHOST=# true to allow running dashboard on the localhost, set this to true only in development
10
-
STACK_SEED_OAUTH_PROVIDERS=# list of oauth providers to add to the dashboard when seeding, separated by comma, for example "github,google,facebook"
11
-
STACK_SEED_CLIENT_TEAM_CREATION=# true to allow the users of the internal project to create teams
12
-
STACK_SEED_USER_EMAIL=# default user added to the dashboard
13
-
STACK_SEED_USER_PASSWORD=# default user's password, paired with STACK_SEED_USER_EMAIL
14
-
STACK_SEED_USER_INTERNAL_ACCESS=# if the default user has access to the internal dashboard project
15
-
STACK_SEED_USER_GITHUB_ID=# add github oauth id to the default user
7
+
STACK_SEED_INTERNAL_PROJECT_SIGN_UP_ENABLED=# true to add OTP auth to the dashboard when seeding
8
+
STACK_SEED_INTERNAL_PROJECT_OTP_ENABLED=# true to add OTP auth to the dashboard when seeding
9
+
STACK_SEED_INTERNAL_PROJECT_ALLOW_LOCALHOST=# true to allow running dashboard on the localhost, set this to true only in development
10
+
STACK_SEED_INTERNAL_PROJECT_OAUTH_PROVIDERS=# list of oauth providers to add to the dashboard when seeding, separated by comma, for example "github,google,facebook"
11
+
STACK_SEED_INTERNAL_PROJECT_CLIENT_TEAM_CREATION=# true to allow the users of the internal project to create teams
12
+
STACK_SEED_INTERNAL_PROJECT_USER_EMAIL=# default user added to the dashboard
13
+
STACK_SEED_INTERNAL_PROJECT_USER_PASSWORD=# default user's password, paired with STACK_SEED_INTERNAL_PROJECT_USER_EMAIL
14
+
STACK_SEED_INTERNAL_PROJECT_USER_INTERNAL_ACCESS=# if the default user has access to the internal dashboard project
15
+
STACK_SEED_INTERNAL_PROJECT_USER_GITHUB_ID=# add github oauth id to the default user
16
16
STACK_SEED_INTERNAL_PROJECT_PUBLISHABLE_CLIENT_KEY=# default publishable client key for the internal project
17
17
STACK_SEED_INTERNAL_PROJECT_SECRET_SERVER_KEY=# default secret server key for the internal project
18
18
STACK_SEED_INTERNAL_PROJECT_SUPER_SECRET_ADMIN_KEY=# default super secret admin key for the internal project
NEXT_PUBLIC_STACK_DASHBOARD_URL=# https://your-dashboard-domain.com, this will be added as a trusted domain by the seed script
3
-
STACK_SEED_ALLOW_LOCALHOST=# if true, the internal dashboard project will allow localhost as a trusted domain. Do not set this to true in production.
3
+
STACK_SEED_INTERNAL_PROJECT_ALLOW_LOCALHOST=# if true, the internal dashboard project will allow localhost as a trusted domain. Do not set this to true in production.
4
4
5
5
STACK_DATABASE_CONNECTION_STRING=# postgres connection string with pooler
6
6
STACK_DIRECT_DATABASE_CONNECTION_STRING=# postgres direct connection string
@@ -11,15 +11,15 @@ STACK_SECRET_SERVER_KEY=# a secure random string
11
11
STACK_SERVER_SECRET=# a 32 bytes base64url encoded random string, used for JWT encryption. can be generated with `pnpm generate-keys`
12
12
13
13
# seed script settings
14
-
STACK_SEED_SIGN_UP_ENABLED=# true to add OTP auth to the dashboard when seeding
15
-
STACK_SEED_OTP_ENABLED=# true to add OTP auth to the dashboard when seeding
16
-
STACK_SEED_ALLOW_LOCALHOST=# true to allow running dashboard on the localhost, set this to true only in development
17
-
STACK_SEED_OAUTH_PROVIDERS=# list of oauth providers to add to the dashboard when seeding, separated by comma, for example "github,google,facebook"
18
-
STACK_SEED_CLIENT_TEAM_CREATION=# true to allow the users of the internal project to create teams
19
-
STACK_SEED_USER_EMAIL=# default user added to the dashboard
20
-
STACK_SEED_USER_PASSWORD=# default user's password, paired with STACK_SEED_USER_EMAIL
21
-
STACK_SEED_USER_INTERNAL_ACCESS=# if the default user has access to the internal dashboard project
22
-
STACK_SEED_USER_GITHUB_ID=# add github oauth id to the default user
14
+
STACK_SEED_INTERNAL_PROJECT_SIGN_UP_ENABLED=# true to add OTP auth to the dashboard when seeding
15
+
STACK_SEED_INTERNAL_PROJECT_OTP_ENABLED=# true to add OTP auth to the dashboard when seeding
16
+
STACK_SEED_INTERNAL_PROJECT_ALLOW_LOCALHOST=# true to allow running dashboard on the localhost, set this to true only in development
17
+
STACK_SEED_INTERNAL_PROJECT_OAUTH_PROVIDERS=# list of oauth providers to add to the dashboard when seeding, separated by comma, for example "github,google,facebook"
18
+
STACK_SEED_INTERNAL_PROJECT_CLIENT_TEAM_CREATION=# true to allow the users of the internal project to create teams
19
+
STACK_SEED_INTERNAL_PROJECT_USER_EMAIL=# default user added to the dashboard
20
+
STACK_SEED_INTERNAL_PROJECT_USER_PASSWORD=# default user's password, paired with STACK_SEED_INTERNAL_PROJECT_USER_EMAIL
21
+
STACK_SEED_INTERNAL_PROJECT_USER_INTERNAL_ACCESS=# if the default user has access to the internal dashboard project
22
+
STACK_SEED_INTERNAL_PROJECT_USER_GITHUB_ID=# add github oauth id to the default user
23
23
24
24
# Set these if you want to use any email functionality
0 commit comments