This reverts commit 4ce7fc6987, to take
more time to address PR comments
This commit is contained in:
@ -10,6 +10,7 @@ export const mockedClientConfig: ClientConfig = {
|
||||
password: true,
|
||||
microsoft: false,
|
||||
sso: [],
|
||||
__typename: 'AuthProviders',
|
||||
},
|
||||
frontDomain: 'localhost',
|
||||
defaultSubdomain: 'app',
|
||||
@ -19,29 +20,35 @@ export const mockedClientConfig: ClientConfig = {
|
||||
support: {
|
||||
supportDriver: 'front',
|
||||
supportFrontChatId: null,
|
||||
__typename: 'Support',
|
||||
},
|
||||
sentry: {
|
||||
dsn: 'MOCKED_DSN',
|
||||
release: 'MOCKED_RELEASE',
|
||||
environment: 'MOCKED_ENVIRONMENT',
|
||||
__typename: 'Sentry',
|
||||
},
|
||||
billing: {
|
||||
isBillingEnabled: true,
|
||||
billingUrl: '',
|
||||
trialPeriods: [
|
||||
{
|
||||
__typename: 'BillingTrialPeriodDTO',
|
||||
duration: 30,
|
||||
isCreditCardRequired: true,
|
||||
},
|
||||
{
|
||||
__typename: 'BillingTrialPeriodDTO',
|
||||
duration: 7,
|
||||
isCreditCardRequired: false,
|
||||
},
|
||||
],
|
||||
__typename: 'Billing',
|
||||
},
|
||||
captcha: {
|
||||
provider: CaptchaDriverType.GoogleRecaptcha,
|
||||
siteKey: 'MOCKED_SITE_KEY',
|
||||
__typename: 'Captcha',
|
||||
},
|
||||
api: { mutationMaximumAffectedRecords: 100 },
|
||||
canManageFeatureFlags: true,
|
||||
|
||||
Reference in New Issue
Block a user