mirror of
https://github.com/we-promise/sure.git
synced 2026-06-05 02:39:04 +00:00
Add onboarding state selector for self-hosted signup (#251)
* Add onboarding modes to self-hosted signup * Style form consistently * Configure ONBOARDING_STATE via ENV
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
SELF_HOSTED=false
|
||||
|
||||
# Controls onboarding flow (valid: open, closed, invite_only)
|
||||
ONBOARDING_STATE=open
|
||||
|
||||
# OpenID Connect for tests
|
||||
OIDC_ISSUER=
|
||||
OIDC_CLIENT_ID=
|
||||
@@ -21,4 +24,4 @@ OIDC_REDIRECT_URI=http://localhost:3000/auth/openid_connect/callback
|
||||
COVERAGE=false
|
||||
|
||||
# Set to true to run test suite serially
|
||||
DISABLE_PARALLELIZATION=false
|
||||
DISABLE_PARALLELIZATION=false
|
||||
|
||||
Reference in New Issue
Block a user