mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 06:21:23 +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,6 +1,9 @@
|
||||
# To enable / disable self-hosting features.
|
||||
SELF_HOSTED = true
|
||||
|
||||
# Controls onboarding flow (valid: open, closed, invite_only)
|
||||
ONBOARDING_STATE = open
|
||||
|
||||
# Enable Twelve market data (careful, this will use your API credits)
|
||||
TWELVE_DATA_API_KEY =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user