The following variables can be configured within the database in the basejump.config
table. They impact how the application behaves.
enable_team_accounts
- If set to true, users are allowed to create team accountsenable_personal_accounts
- If set to true, personal accounts are automatically created for each new userenable_billing
- determines if billing is enforced using Stripe on all accountsbilling_provider
- determines which billing provider to use. Currently only stripe
is supportedstripe_default_trial_period_days
- determines the number of days of the trial period for new accounts. If more than 0, then we don't force users to give a card when signing upstripe_default_account_price_id
- determines the default plan to use for new accounts. If not set, we pop up a modal to ask which plan they want