Skip to content

Commit d9e2dae

Browse files
fomalhautbN2D4bazumo
authored
Config DB migration step 2 (stack-auth#629)
Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com> Co-authored-by: moritz <moritsch@student.ethz.ch>
1 parent 2806b47 commit d9e2dae

File tree

78 files changed

+2947
-3745
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+2947
-3745
lines changed

apps/backend/.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ STACK_SEED_INTERNAL_PROJECT_SIGN_UP_ENABLED=# true to enable user sign up to the
88
STACK_SEED_INTERNAL_PROJECT_OTP_ENABLED=# true to add OTP auth to the dashboard when seeding
99
STACK_SEED_INTERNAL_PROJECT_ALLOW_LOCALHOST=# true to allow running dashboard on the localhost, set this to true only in development
1010
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
1211
STACK_SEED_INTERNAL_PROJECT_USER_EMAIL=# default user added to the dashboard
1312
STACK_SEED_INTERNAL_PROJECT_USER_PASSWORD=# default user's password, paired with STACK_SEED_INTERNAL_PROJECT_USER_EMAIL
1413
STACK_SEED_INTERNAL_PROJECT_USER_INTERNAL_ACCESS=# if the default user has access to the internal dashboard project

apps/backend/.env.development

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ STACK_SEED_INTERNAL_PROJECT_SIGN_UP_ENABLED=true
66
STACK_SEED_INTERNAL_PROJECT_OTP_ENABLED=true
77
STACK_SEED_INTERNAL_PROJECT_ALLOW_LOCALHOST=true
88
STACK_SEED_INTERNAL_PROJECT_OAUTH_PROVIDERS=github,spotify,google,microsoft
9-
STACK_SEED_INTERNAL_PROJECT_CLIENT_TEAM_CREATION=true
109
STACK_SEED_INTERNAL_PROJECT_USER_INTERNAL_ACCESS=true
1110
STACK_SEED_INTERNAL_PROJECT_PUBLISHABLE_CLIENT_KEY=this-publishable-client-key-is-for-local-development-only
1211
STACK_SEED_INTERNAL_PROJECT_SECRET_SERVER_KEY=this-secret-server-key-is-for-local-development-only

0 commit comments

Comments
 (0)